Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.47 KB

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