Adding CSV data into libreoffice-calc from cmd line

I want to import different .csv files into an existing libreoffice-calc document.

Each file must be inserted in a new tab.

I imagine it could be written close to something like:

libreoffice --calc mydoc.odt import mycsv.csv@thissheet

which requires saving the file immediately thereafter.

But I found no example on the web, and very few API examples. Any Idea on how to proceed?

5 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like