Last Updated:
20 May 2025 06:36
by Ling
Currently, exporting a large dataset to Excel is slow and can be improved by using a `toBlob` method instead of `toDataURL`, as `toBlob` generates binary data more efficiently, reducing memory usage and speeding up the export process, especially for larger files