csv » convertExcel(excel,worksheet,csvFile)
DEPRECATED - USE fromExcel(excel,worksheet,csvFile)
INSTEAD.
Description
This command converts a worksheet
of an excel
file into a CSV file (denote csvFile
).
Parameters
- excel - the Excel file to convert
- worksheet - name of the worksheet to convert
- csvFile - the destination CSV File. If exist, this file will be overwritten
Example
Script:
Output: .csv file is created at given location