xlsx2csv 0.1.1
dotnet tool install --global xlsx2csv --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local xlsx2csv --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=xlsx2csv&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package xlsx2csv --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
xlsx2csv
A dotnet tool to convert xlsx files to csv format. Handles large XLSX files. Fast and easy to use.
Install
dotnet tool install --global xlsx2csv
Usage
xlsx2csv file.xlsx
[output.csv]
[-n sheet1]
[-d ,]
[--help]
[--version]
positional arguments
| Name | Type | Description |
|---|---|---|
| xlsxfile | string | xlsx file path |
| outfile | string | (optional) output csv file path |
optional arguments
| Name | Type | Description |
|---|---|---|
| -n, --sheetname | string | Worksheet name to be processed |
| -d, --delimiter | string | CSV file separator |
| --help | string | Display this help screen |
| --version | string | Display version information |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1 | 559 | 4/22/2023 |
| 0.1.0 | 382 | 4/15/2023 |
| 0.0.3 | 364 | 4/14/2023 |
| 0.0.2 | 357 | 4/14/2023 |
| 0.0.0-alpha.0.6 | 187 | 4/14/2023 |