Skip to content

michael-yx-wu/xls2csv

Repository files navigation

xls2csv CircleCI

A simple node script to convert Excel files to CSV while ignoring empty cells.

usage

xls2csv filename.xls

Specify a filename or file path as the only argument. The output is a file titled filename.csv in the same directory as the original Excel file.