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

How can we add background color to cell #73

Open
gdhelp03 opened this issue Jul 15, 2023 · 2 comments
Open

How can we add background color to cell #73

gdhelp03 opened this issue Jul 15, 2023 · 2 comments

Comments

@gdhelp03
Copy link

In color formatting how can we add background color to a cell

@morganlegal
Copy link

something like:

cel.style({
    fill: {
      type: 'pattern',
      patternType: 'solid',
      bgColor: '#ff0000',
      fgColor: '#ff0000',
    }
  })

@madhaven
Copy link

@gdhelp03 , Could you confirm if this issue is resolved ?
Does the solution by @morganlegal solve your issue ?

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