Search code examples
javascriptnode.jsexpressexport-to-excelxlsx

How can I export a file (.xlsx) from NODE JS that contains a million rows and "N" columns?


I have to export a file that contains a million rows and colums "N", I could not find the way to export such amount of data in a file (.xlsx), does anyone have any idea if there is an API that allows me to export such quantity.?


Solution

  • One million? where do you work? you have to try some pagination of some sort, [data splitting] there is a free library which can help you export from json, csv, etc, if this is about migration, do rephrase your question