I have a set of CSV files, which I need to convert to a single ODS (or even excel) spreadsheet with multiple tabbed worksheets. Currently I'm using the pyexcel library for python, but it's buggy and horribly slow.
Libreoffice has a nice file conversion utility, but I don't see any support for worksheet tabs. Is there a simple way to script this?