Skip to content

mnsrulz/xlsx2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 File separator (comma(,), pipe(|) and tab (\t) are supported currently)
--help string Display this help screen
--version string Display version information

About

A dotnet tool to convert xlsx files to csv

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages