xl2txt

Convert Excel / OpenDocument SpreadSheets files into text files

sh xl2txt /my/excel/filename.xlsx

This command will per default create a /my/excel/.filename directory which contains: - data/sheet_name.md files for cells value. example - formula/sheet_name.md files for cells formula example - refs.md file for all references. example - names.md file for all defined names. example - vba/module_name.vb files for each module. example

Internally it relies heavily on calamine crate.

Supports all kind of excel files (xls, xlsx, xlsm, xlsb, xla, xlam) and ods files.