Skip to content

Releases: inosion/madato

v0.7.0

26 May 13:19
Compare
Choose a tag to compare
chore: fix README and pyp.toml

Version 0.6.0 with CSV support

04 May 14:50
c325022
Compare
Choose a tag to compare

This release add CSV to Markdown, upgraded underlying Calamine library.

v0.5.4: Merge pull request #8 from inosion/cmdline_fix

08 Jun 08:31
5bec61f
Compare
Choose a tag to compare

v0.5.3: Merge pull request #7 from inosion/ci

08 Jun 07:42
f727393
Compare
Choose a tag to compare

v0.5.0 - madato; added regex filtering

11 Aug 23:48
ac23a76
Compare
Choose a tag to compare
  • Supports filtering with a simple "regex" col=val format
  • tidied up the internal API with a "RenderingOptions" struct

v0.4.0

25 Jul 21:08
Compare
Choose a tag to compare

For CI/CD type activities, list the names in an XLSX

$ target/debug/md_tools sheetlist test/sample_multi_sheet.xslx.xlsx
Sheet1
second_sheet
3rd Sheet

v0.3.0

25 Jul 15:36
Compare
Choose a tag to compare
  • 0.3.0 - 26 Jul 2018
    • From the command line, you can export the XLS* sheet(s) as YAML.
      This is helpful if you want to "store the YAML sheet into a repo"

beta-release-3

24 Jul 21:06
Compare
Choose a tag to compare
  • 0.1.2- 24 Jul 2018
    • Fixed issue #1 where the \r\n return lines (pertinent inside MS XLS files in a Cell) would muck up the MD
      as they were left with just a \r
  • 0.2.0- 25 Jul 2018
    • Added the --sheetname <name> to the command line tool.
Markdown Tools

Usage:
  md-tools table -t <type> [-s <sheetname>] <filename>
  md-tools (-h | --help)
  md-tools --version

Options:
  -h --help             Show this screen.
  --version             Show version.
  -t --type <type>      Input Type.
  <filename>            Input Filename.
  -s --sheetname <sheetname>       When a Spreadsheet, restrict to just one of the sheets.

beta-release-2

23 Jul 16:26
Compare
Choose a tag to compare
  • fixed order of excel colums

Linux x86

23 Jul 15:05
Compare
Choose a tag to compare
Markdown Tools

Usage:
  md-tools table -t <type> <filename>
  md-tools (-h | --help)
  md-tools --version

Options:
  -h --help             Show this screen.
  --version             Show version.
  -t --type <type>      Input Type.
  <filename>            Input Filename.