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

Font color not applying for cell #51

Open
premchander opened this issue Dec 11, 2015 · 2 comments
Open

Font color not applying for cell #51

premchander opened this issue Dec 11, 2015 · 2 comments

Comments

@premchander
Copy link

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 ?

@rococtz
Copy link

rococtz commented Feb 28, 2016

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?

@pietersv
Copy link

See https://github.com/protobi/msexcel-builder for a fork that (re)implements font color.

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

3 participants