ruby-xlsx-to-md
A Ruby gem for converting XLSX spreadsheets to Markdown.
Installation
Add this line to your application's Gemfile:
gem "ruby-xlsx-to-md"
Then execute:
bundle install
Or install it yourself as:
gem install ruby-xlsx-to-md
Usage
require "ruby_xlsx_to_md"
RubyXlsxToMd.convert("spreadsheet.xlsx")
Development
After checking out the repo, run bundle install to install dependencies. Run bundle exec rake test to run the test suite.
License
The gem is available as open source under the terms of the MIT License.