pldn / LDWizard

🧙 LDWizard: A generic framework for simplifying the creation of linked data. Supported by the PLDN community.
European Union Public License 1.2
13 stars 7 forks source link

Support for more spreadsheet input formats #9

Open wouterbeek opened 4 years ago

wouterbeek commented 4 years ago

Observation

LD Wizard currently allows CSV files to be uploaded.

Suggestion

Let's also support the following spreadsheet file formats, e.g.:

For formats that support multiple sheets, only use the first sheet.

There are libraries that support such formats, e.g., https://github.com/SheetJS/sheetjs.

Workaround

Load and export the .xlsx as CSV.