I am a nodejs programmer . Now I have a table of data that I want to save in Excel File format . How do I go about doing this ?
I found a few Node libraries . But m
Use exceljs library for creating and writing into existing excel sheets.
You can check this tutorial for detailed explanation.
link