You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In getXlsxFontCellStyle an argument list is built which is used to call xlsx::Font. However the possible argument in said list don't seem to match the paramter names of xlsx::Font.
font
xlsx::Font
height
heightInPoints
strikeout
isStrikeout
bold
isBold
Using height causes a warning with options(warnPartialMatchArgs=TRUE)
Also both bold and boldweight are matched to boldweight in xlsx::Font.
Maybe I'm missing something here but this behaviour does not seem desirable.
The text was updated successfully, but these errors were encountered:
In
getXlsxFontCellStyle
an argument list is built which is used to callxlsx::Font
. However the possible argument in said list don't seem to match the paramter names ofxlsx::Font
.Using
height
causes a warning withoptions(warnPartialMatchArgs=TRUE)
Also both
bold
andboldweight
are matched toboldweight
inxlsx::Font
.Maybe I'm missing something here but this behaviour does not seem desirable.
The text was updated successfully, but these errors were encountered: