Skip to content

SpreadsheetFormatColumn() on large spreadsheetΒ #9

@MarcAckermann

Description

@MarcAckermann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions