Hello,
I’m trying to convert XLXS to CSV with the following command :
libreoffice --headless --convert-to 'csv:Text - txt - csv (StarCalc):59,34,12,10' --outdir output xlsx
I’m using LibreOffice 7.2.6.2 20(Build:2) and according to the following documentation CSV Filter parameters, i can ignore first lines with the token “Number of First Row”.
In the previous command this token is equal to 10 and i expected the first line of the generated CSV to be the 10th line of the XLXS.
Unfortunately this token seems to be ignored and the first line of the CSV is the same than in the XLXS.
Note that is not work either with ODS or even CSV as input file.