I want to manipulate xls file not xlsx with nodejs(js) any document you can help me with
Asked
Active
Viewed 190 times
-2
-
What have you tried? Include your code. What problems did you have? – Jonathan Hall Feb 24 '21 at 09:18
-
Welcome to SO. Please read https://stackoverflow.com/help/how-to-ask and adjust your question accordingly. – Zoltan Magyar Feb 24 '21 at 09:31
1 Answers
0
It exists many js library for doing what you want.
I think that you need to check if library process xls file if already process xlsx file. It can be implicit...
You can try those libraries :
- exceljs (exceljs)
- msexcel-builder (msexcel-builder)
- excel4node (excel4node)
You can read this previous post that dealing with those : StackOverflow post

miltone
- 4,416
- 11
- 42
- 76