Releases: inosion/madato
Releases · inosion/madato
v0.7.0
Version 0.6.0 with CSV support
This release add CSV to Markdown, upgraded underlying Calamine library.
v0.5.4: Merge pull request #8 from inosion/cmdline_fix
clarified help + json
v0.5.3: Merge pull request #7 from inosion/ci
v0.5.0 - madato; added regex filtering
- Supports filtering with a simple "regex" col=val format
- tidied up the internal API with a "RenderingOptions" struct
v0.4.0
v0.3.0
beta-release-3
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
- Fixed issue #1 where the
0.2.0
- 25 Jul 2018- Added the
--sheetname <name>
to the command line tool.
- Added the
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
- fixed order of excel colums