xlsx2csv 0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global xlsx2csv --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local xlsx2csv --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=xlsx2csv&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package xlsx2csv --version 0.1.0
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. |
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 | 356 | 4/22/2023 |
0.1.0 | 261 | 4/15/2023 |
0.0.3 | 236 | 4/14/2023 |
0.0.2 | 225 | 4/14/2023 |
0.0.0-alpha.0.6 | 84 | 4/14/2023 |