Add your files
Drop one ODS or two hundred. Batch conversion is not a paid feature here.
Data from a LibreOffice spreadsheet has to be imported somewhere that takes only plain delimited text.
Each sheet's cells are written as delimited rows with formulas replaced by their computed values. All formatting is dropped.
LibreOffice writes numbers using the locale it was set to, so a workbook created in a European locale can hold decimal commas. Exporting those to a comma-delimited file is ambiguous by construction, and the numbers arrive split across two columns.
Export to TSV instead, or ensure the workbook uses a period as the decimal separator before converting.
Yes, one CSV per sheet, since CSV holds a single table.
Drop one ODS or two hundred. Batch conversion is not a paid feature here.
Comma-Separated Values is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.