You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered: