Date: prev next · Thread: first prev next last
2024 Archives by date, by thread · List index


On 14/12/24 5:36 pm, Fred James wrote:
Fred James wrote:
OS: Mageia8 Linux
LO: 7.4.5.1

The following (CLI) command ...
libreoffice --convert-to txt:"Text - txt - csv (StarCalc)" budget_2024.ods ... produces a CSV text file, but apparently only of the first spreadsheet in the file.
If I can only have one sheet, I want the 14th sheet

Can I specify the sheet I want, or can I get the whole file?

Thank you in advance for any help you may be able to to offer
Regards
Fred James
I received a reply that indicated that maybe some additional information might be in order ... so ...hope this helps ...
 ...
There are 17 files and growing ... one per year
I want to write a program to address each of those files, one at a time
For each file then, I want to search it for any occurrence of a word .. not where it is necessarily, but that it is there one or more times. Once I know which file or files the word is in, I can locate it with the "find" tool within LO.

I can do the programing ... I am just stuck on this conversion issue
Thanks again
Regards
Fred James

Depending upon the uniqueness of the word you are looking for you can search the .ods files directly. I just found the word Creep in one of my files with zipgrep using;
zipgrep "Creep" "/Users/steve/Documents/file.ods"

I have seen other suggestions such as

|for file in *.ods; do if ( unzip -c "$file" | grep -q "yourWord"); then echo "$file" fi done|

--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.