excel-to-markdown - Markdown the Excel specification - OSS Daily

Daily Open Source News for IT Engineer and Designer

Breaking

Home Top Ad

Post Top Ad

Monday, October 2, 2017

excel-to-markdown - Markdown the Excel specification

In Japan (although I do not know abroad) Excel is used instead of word processor for some reason. It seems that there tends to be widely used especially in the field of system development, and even if it is a test specification, basic design documents etc are also made in Excel.

Searchability is low and maintenance is also troublesome. I would like to use excel-to-markdown there.

How to use excel-to-markdown

Help for excel-to-markdown. Specify the directory containing the Excel file with the -i and -o options and the directory after conversion to the Markdown file.

  1. $ ./excel-to-markdown -h
  2. NAME:
  3. excel-to-markdown
  4. USAGE:
  5. excel-to-markdown [global options] command [command options] [arguments...]
  6. VERSION:
  7. 0.1.1
  8. AUTHOR:
  9. kyokomi <kyoko1220adword @gmail.com>
  10. COMMANDS:
  11. help, h Shows a list of commands or help for one command
  12. GLOBAL OPTIONS:
  13. --input-dir value, -i value convert target directory path
  14. --output-dir value, -o value dist directory after convert path
  15. --help, -h show help
  16. --version, -v print the version
It is the original Excel file. It is a wonderful specification.

After conversion. It is markdown file.

The table is also reproduced. In addition, the image has passed the path.

excel-to-markdown makes Excel specification a Markdown file to make it easy to use. Please note that this does not mean that you will be maintaining the Markdown file. It only improves the poor usability of Excel files to the last. It will be good to automatically convert it to Markdown file with batch when the Excel specification is updated.

excel-to-markdown is Go's open source software (MIT License).

No comments:

Post a Comment

Post Bottom Ad