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

Request : add style to cells #14

Open
areille opened this issue Sep 11, 2019 · 4 comments
Open

Request : add style to cells #14

areille opened this issue Sep 11, 2019 · 4 comments

Comments

@areille
Copy link

areille commented Sep 11, 2019

Hello!

I need to generate a xlsx file with colored rows, borders, etc. However it appears that updateCell method only writes the string value of the cell.

I have tried to use a template file, with borders and colored rows. The problem was that updating a cell overwrote also the style.

Do you have any idea how to do this? Maybe by using some trick with excel functions?

Thanks in advance

@sestegra
Copy link
Owner

sestegra commented Sep 12, 2019

I got your point, but I'm currently busy on other topics.

Feel free to create a pull request for both XLSX and ODS formats.

@justkawal
Copy link

Hey @augustinreille have a look on https://pub.dev/packages/excel

@1075dn
Copy link

1075dn commented Aug 22, 2021

Would be nice also to be able to access colors from an existing spreadsheet... @justkawal's excel package claims to be able to do so, but it's just been returning null CellStyles, and I was forced to use Apache POI natively (very tough to set up, and crashed for me on any device running pre-Android 7).

@RogerBrusamarello
Copy link

Any updates in this topic?

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

No branches or pull requests

5 participants