Skip to content

Saving the excel file is very slow #527

@ramakrishnapokuri

Description

@ramakrishnapokuri

Hi ,

I have created excel file with exceljs along with DataValidation. When I open the file and change the any cell It's taking a minute to save.

Excel having 2000 rows and 20 drop downs.

Datavalidation code is
Cell.dataValidation = {
type: 'list',
allowBlank : true, formulae:=Sheet2!$${sourceOfValuesColumn}$1:$${sourceOfValuesColumn}$${splitedValues.length}`],
showErrorMessage: true,
errorStyle: 'error'
}
If I delete any row and save it's saving in a second.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions