Which version of the library xlsx is compatible with node v10.x.x (lts/dubnium)? #2819

Closed
opened 2022-11-03 09:39:45 +00:00 by asingh04 · 1 comment

I want to use this library in our node appplication. But my application is still using node v10.x.x (lts/dubnium). Can i use the latest version of this library xlsx i.e. 0.18.5. Or should I use a downgrade version to make it work? If so which version is suitable?

I want to use this library in our node appplication. But my application is still using node v10.x.x (lts/dubnium). Can i use the latest version of this library [xlsx](https://www.npmjs.com/package/xlsx) i.e. `0.18.5`. Or should I use a downgrade version to make it work? If so which version is suitable?
Owner

0.19.0 (follow https://docs.sheetjs.com/docs/getting-started/installation/nodejs to install) is compatible all the way back to node 0.8 (from 2012). Since the core of the library is mostly ES3 compatible, it should just work in most JS environments from the last 10-20 years.

0.19.0 (follow https://docs.sheetjs.com/docs/getting-started/installation/nodejs to install) is compatible all the way back to node 0.8 (from 2012). Since the core of the library is mostly ES3 compatible, it should just work in most JS environments from the last 10-20 years.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2819
No description provided.