Skip to content

deephacks/xls2csv

Repository files navigation

xls2csv

Fast conversion of microsoft xlsx to csv.

Built using C as cross-compiled static musl executable.

example

# convert to csv, skip first line and calculate statistics using xsv
xls2csv < sheet.xlsx | tail -n +2 | xsv stats

build

Just build Dockerfile. Depends on just for some trivial steps for extracting xls2csv executable from container to host.

just build

About

Fast xlsx to csv converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published