1.8.0 • Published 20 days ago

xlsx2md-cli v1.8.0

Weekly downloads
-
License
MIT
Repository
-
Last release
20 days ago

xlsx2md-cli

The command line tool supports the conversion from OpenXML spreadsheet documents to Pandoc's markdown grid tables.

Usage

Usage: xlsx2md [options] [source]

CLI tool for converting OpenXML spreadsheet documents to Pandoc's markdown grid tables.

Arguments:
  source                      Specify a file. If omitted, STDIN is used as the input source.

Options:
  -V, --version               output the version number
  -v, --verbose               Always write the result to STDOUT.
  --list                      List sheet names.
  -o, --output-path <FILE>    Write the result to FILE. If omitted, the result is written to STDOUT.
  -n, --table-name <NAME...>  Specify one or more table names.
  -s, --sheet-name <NAME...>  Specify one or more sheets in the workbook by name. If omitted, the first sheet is used.
  -w, --line-width <WIDTH>    Specify the maximum characters per line.
  -r, --use-raw-string        Do not escape strings in cells.
  -t, --trim-rows <RANGE...>  Trim rows outside the range "start[,end]".
  -l, --locale <LOCALE>       Specify the localization.
  -h, --help                  display help for command

Example

Converts the first sheet in the workbook.

xlsx2md -v -o ./tests/output.md ./tests/sample.xlsx

Converts the sheet named "Sheet1" in the workbook.

xlsx2md -v -o ./tests/output.md -s "Sheet1" -- ./tests/sample.xlsx
1.8.0

20 days ago

1.7.2

2 months ago

1.7.1

2 months ago

1.7.0

2 months ago

1.6.1

4 months ago

1.6.0

4 months ago

1.5.3

5 months ago

1.5.2

6 months ago

1.5.1

6 months ago

1.5.0

7 months ago

1.4.0

7 months ago

1.3.0

7 months ago

1.2.1

7 months ago

1.2.0

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago