-2

I want to manipulate xls file not xlsx with nodejs(js) any document you can help me with

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189

1 Answers1

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 :

You can read this previous post that dealing with those : StackOverflow post

miltone
  • 4,416
  • 11
  • 42
  • 76