xl2txt

Crates.ioxl2txt
lib.rsxl2txt
version0.1.1
sourcesrc
created_at2017-05-05 09:55:34.266869
updated_at2017-05-08 04:27:19.467376
descriptionA tool to convert excel files into *.md *.vb files. Can be used for git difftools
homepage
repositoryhttps://github.com/tafia/xl2txt
max_upload_size
id13207
size30,288
Johann Tuffe (tafia)

documentation

README

xl2txt

Convert Excel / OpenDocument SpreadSheets files into text files

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.

Commit count: 16

cargo fmt