Project

htot_conv

0.0
No commit activity in last 3 years
No release in over 3 years
Convert from a simple hierarchical-tree outline text into ugly xlsx file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 0.11.3
~> 5.0
~> 10.0

Runtime

~> 0.0.3
~> 3.3.26
 Project Readme

HTOTConv - Hierarchical-Tree Outline Text Converter

Convert from a simple hierarchical-tree outline text into ugly xlsx file

Gem Version Ruby

Installation

Install htot_conv via RubyGems. Simply run the following command to install:

$ gem install htot_conv

Usage

$ cat outline.txt
President
.VP Marketing
..Manager
..Manager
.VP Production
..Manager
..Manager
.VP Sales
..Manager
..Manager
$ htot_conv -f simple_text --from-indent=. -t xlsx_type2 outline.txt outline.xlsx
$ xdg-open outline.xlsx

See docs/index.md for detail.

Development

$ bundle install --path=vendor/bundle --with development test
$ bundle exec rake test

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/cat-in-136/htot_conv.

License

MIT License. See the LICENSE.txt file.