mwaw2csv - Man Page
convert Mac spreadsheet into CSV
Synopsis
mwaw2csv [OPTION] <Mac Spreadsheet Document>
Options
- -h:
Shows this help message
- -dc:
Sets the decimal commas to character c: default .
- -fc:
Sets the field separator to character c: default ,
- -tc:
Sets the text separator to character c: default "
- -F:
Sets to output the formula which exists in the file
- -Dformat:
Sets the date format: default "%m/%d/%y"
- -Tformat:
Sets the time format: default "%H:%M:%S"
- -N:
Output the number of sheets
- -n num:
Sets the choose the sheet to convert (1: means first sheet)
- -o
- file.csv: Defines the ouput file
- -v:
Output mwaw2csv version
Example
mwaw2cvs -d, -D"%d/%m/%y" file : Converts a file using french locale
Note
If -F is present, the formula are generated which english names
Info
July 2024 mwaw2csv 0.3.22