Posted 26 February 2023, 9:31 pm EST
Due to the huge amount of data, more than 2 million rows in Excel, the screen can only display a maximum of 200,000 rows, but the total amount of data exceeds 2 million rows, the paging function has been implemented, but the download requires 2 million rows to be downloaded together into the same Excel file.
I tried to make a hidden workbook in the page and bind 2 million rows of data to it before downloading, but the browser would crash and get stuck.
So I’m looking for a way to download JavaScript objects (in a format similar to java’s List) directly into Excel without binding data to a table.
