We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sheet1.fill(3, 2, {type:'solid',fgColor:'EE8152',bgColor:'EE8152'});
fgColor is not applying to the font in excel cell. But bgcolor for cell is applied.
How to apply the font color ?
The text was updated successfully, but these errors were encountered:
The examples show that you have to use string numbers for setting the colors, for example:
fgColor: '2', bgColor: '64'.
But I don't know why it's not working either.
Maybe we can get an example from the project creator?
Sorry, something went wrong.
See https://github.com/protobi/msexcel-builder for a fork that (re)implements font color.
No branches or pull requests
sheet1.fill(3, 2, {type:'solid',fgColor:'EE8152',bgColor:'EE8152'});
fgColor is not applying to the font in excel cell. But bgcolor for cell is applied.
How to apply the font color ?
The text was updated successfully, but these errors were encountered: