Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getXlsxFontCellStyle font parameters dont seem to match Font argument names #27

Open
dernst opened this issue Jun 24, 2020 · 0 comments

Comments

@dernst
Copy link

dernst commented Jun 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant