protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
817 stars 417 forks source link

Fix file getter: letter case not match #46

Closed chikh closed 7 years ago

chikh commented 7 years ago

This PR duplicates https://github.com/SheetJS/js-xlsx/pull/440 and fixes https://github.com/SheetJS/js-xlsx/issues/439.

chaliy commented 7 years ago

@chikh just in case, you made modification to "compiled" version of the lib. Actual source code is located in bits folder ( https://github.com/SheetJS/js-xlsx/tree/master/bits ). During compilation they got combined to single one that you modified. On next "compilation" your changes will be overridden.

chikh commented 7 years ago

@chaliy Thank you for pointing that out!