Is there a way in bash to open libreoffice calcan existing .odt file in libreoffice calc and insert fiewa few rows of data (in headless mode), so basicly manipulatebasically manipulating an .odt file through bash.?
I'm reading some PDF files in bash, searchsearching for specific data in this file, and I'm formatingformatting this data to generate a .csv file, which can be opened in LibreOffice Calc, but. But I can't format fields in .csv, change font size and so on.
What I want is instead of using .csv file I want to openfiles is opening an existing .odt spreadsheet file (with formatedformatted and colored cells, margins...) and insert data directly from bash into some cells.