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
Using SpreadsheetFormatColumn() on a large spreadsheet throws error:
"The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook"
I have a sheet with 2100 rows and 12 columns.
In case someone else runs into this issue, the workaround
SpreadsheetFormatCellRange (spreadsheetObj, format, startRow, startColumn, endRow, endColumn)
works fine.
The text was updated successfully, but these errors were encountered:
Using SpreadsheetFormatColumn() on a large spreadsheet throws error:
"The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook"
I have a sheet with 2100 rows and 12 columns.
In case someone else runs into this issue, the workaround
SpreadsheetFormatCellRange (spreadsheetObj, format, startRow, startColumn, endRow, endColumn)
works fine.
The text was updated successfully, but these errors were encountered: