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