excel
Convert from MS Excel files (.xlsx)
Command line usage
/*^babelfsh
excel
--code-column CODE_COLUMN --display-column DISPLAY_COLUMN --file FILE
--sheet SHEET [--definition-column DEFINITION_COLUMN] [--help]
[--skip-rows SKIP_ROWS]
^babelfsh*/Command line argument reference
Argument name
Description
--code-column CODE_COLUMN
-c CODE_COLUMN
Required
The column index of the code (zero-based!)
--display-column DISPLAY_COLUMN
-d DISPLAY_COLUMN
Required
The column index of the display (zero-based!)
--file FILE
-f FILE
Required
The Excel file to be processed
--sheet SHEET
-s SHEET
Required
The sheet name to be processed
--definition-column DEFINITION_COLUMN
The column index of the definition (zero-based!)
--help
-h
show this help message and exit
--skip-rows SKIP_ROWS
-r SKIP_ROWS
The number of rows to skip at the head, default is 0, i.e. no rows are skipped
Last updated

