We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LD Wizard currently allows CSV files to be uploaded.
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.
Load and export the .xlsx as CSV.
.xlsx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: