Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Created March 21, 2021 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chapmanjacobd/ce599d2f49c2d3a4e2e28adc1d2af308 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/ce599d2f49c2d3a4e2e28adc1d2af308 to your computer and use it in GitHub Desktop.
XLSX whole folder to csv
# pip install xlsx2csv
for file in (fd -eXLSX .)
xlsx2csv --all $file (basename $file | sed 's/\.[^.]*$//')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment