mgcrea / node-xlsx

NodeJS excel file parser & builder
Other
2.96k stars 274 forks source link

Can't read codepages other than utf8 #198

Open dmustafic-datafin opened 9 months ago

dmustafic-datafin commented 9 months ago
  1. Take an excel file with cp1250 codepage
  2. Parse it using xlsx.parse(excelFilePath)
  3. Resulting rows containing non-English characters are represented as �

Example file: List.xls