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 # if you are setting up this repo
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                
nuke :add-package xlsx2csv --version 0.1.1                

xlsx2csv

A dotnet tool to convert xlsx files to csv format. Handles large XLSX files. Fast and easy to use.

license nuget downloads github forks github stars

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 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 355 4/22/2023
0.1.0 260 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