Most voted "exceljs" questions
2 questions
Sort by count of
-
0
votes0
answers73
viewsExport data to excel using html javascript
I would like to know how to use a javascript library called Exceljs in the browser I’m importing it into html like this <html> <body> <script src="exceljs.js"></script>…
-
0
votes0
answers11
viewsSet column type for text using exceljs
Hello! I am using exceljs to export excel file I would like to define before exporting the column type to String Currently I’m doing so: const EXCEL_TYPE =…