0.0
The project is in a healthy, maintained state
A Ruby gem for converting XLSX spreadsheets to Markdown.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 5.0
~> 13.0

Runtime

~> 3.4
 Project Readme

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.