How to read MS EXCEL workbook in Linux using C++
-
I am using RHEL6, Qt4.8.5, QTCreator I am using the command line entry
Quote:
soffice --invisible -convert-to csv excelfilename.xls
It works fine but only give me the first spreadsheet tab in the workbook. Does anyone know how to drill down to the subsequent spreadsheets using this command line entry?? Thanks emp
-
I am using RHEL6, Qt4.8.5, QTCreator I am using the command line entry
Quote:
soffice --invisible -convert-to csv excelfilename.xls
It works fine but only give me the first spreadsheet tab in the workbook. Does anyone know how to drill down to the subsequent spreadsheets using this command line entry?? Thanks emp
Hi, If you have a C++ question then I am sure someone will be happy to answer it. The Open Office support forum is here: OpenOffice Community Support[^] Here is a Microsoft code sample demonstrating Excel automation: C++ app automates Excel (CppAutomateExcel)[^] Best Wishes, -David Delaune
-
I am using RHEL6, Qt4.8.5, QTCreator I am using the command line entry
Quote:
soffice --invisible -convert-to csv excelfilename.xls
It works fine but only give me the first spreadsheet tab in the workbook. Does anyone know how to drill down to the subsequent spreadsheets using this command line entry?? Thanks emp
Have a loo at [How to convert specific sheet to CSV via command line? - Ask LibreOffice](https://ask.libreoffice.org/en/question/46466/how-to-convert-specific-sheet-to-csv-via-command-line/)