Skip to content

Excel and OpenDocument Spreadsheet reader

Martijn Vermaat requested to merge excel-reader into master

We read Excel and ODS files following a predefined structure (including column headers) as shown in the examples/example.xlsx and examples/example.ods files.

The xlsx module we use supports .xlsx (not .xls) and .ods files.

Note that we skip packing the bundled jszip.js as it is not a source module to get rid of the following Webpack warning:

This seem to be a pre-built javascript file. Even while this is possible, it's not recommended. Try to require to orginal source to get better results.

Also note that by including xlsx we doubled our packed distribution file (700K to 1.4M).

Merge request reports