A dotnet tool to convert xlsx files to csv format. Handles large XLSX files. Fast and easy to use.
dotnet tool install --global xlsx2csv
xlsx2csv file.xlsx
[output.csv]
[-n sheet1]
[-d ,]
[--help]
[--version]
Name | Type | Description |
---|---|---|
xlsxfile | string | xlsx file path |
outfile | string | (optional) output csv file path |
Name | Type | Description |
---|---|---|
-n, --sheetname | string | Worksheet name to be processed |
-d, --delimiter | string | File separator (comma(,), pipe(|) and tab (\t) are supported currently) |
--help | string | Display this help screen |
--version | string | Display version information |