Add option to excel2csv, -c - Save cell content as shown
ExcelTransformer.writeWorksheetToCSV() now includes a parameter to support this. We only need to add an option to the command.
Initial implementation in SVN #29812. Still need to do synopsis, description, option description, examples.
Initial implementation in SVN #29812. Still need to do synopsis, description, option description, examples.
Since -c option has been used by 'charset', I renamed 'save cell content as shown' option to '-wc' so that it can be grouped with other Excel related options. SVN r29844.
None of csv2* and exece2* commands provide an example section in man page, we probably should provide one for each of these commands.
Since -c option has been used by 'charset', I renamed 'save cell content as shown' option to '-wc' so that it can be grouped with other Excel related options. SVN r29844.
None of csv2* and exece2* commands provide an example section in man page, we probably should provide one for each of these commands.
Issue #7807 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/29812, 29844 |
No time estimate |
ExcelTransformer.writeWorksheetToCSV() now includes a parameter to support this. We only need to add an option to the command.