cscan / vue3-excel-editor

Vue3 plugin for displaying and editing the array-of-object in Excel style.
MIT License
231 stars 51 forks source link

Export freezes when we export large number of records #45

Closed mvraghavi closed 1 day ago

mvraghavi commented 4 months ago

Trying to export a large excel sheet with over 65k records and it freezes with error "Uncaught RangeError: Invalid array length". Could you please see if there is a workaround?

cscan commented 1 day ago

If you do not accept the performance of the default export, why not to do export by coding yourself.