csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Add support for more spreadsheet formats #337

Closed wilco375 closed 2 years ago

wilco375 commented 2 years ago

Excel is notoriously bad at handling csv files. This PR adds support for ods, xlsx and xlsm files when importing files (while retaining support for csv files).

Fixes #335

Also see https://github.com/csvalpha/amber-ui/pull/640