Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read from .xls file using exceljs?

I am unable to read from .xls file using exceljs library. I also tried to read after changing my file in .xlsx using fs but still I am unable to read data from that file. Is there any way to read from .xls file using exceljs?

like image 829
Lokesh Jain Avatar asked Oct 18 '25 14:10

Lokesh Jain


1 Answers

While its documentation does not say it explicitly, exceljs only supports either XLSX or CSV:

  • https://github.com/exceljs/exceljs/issues/148
  • https://github.com/exceljs/exceljs/issues/165
like image 161
Haroldo_OK Avatar answered Oct 21 '25 03:10

Haroldo_OK