Project

planilha

0.0
No release in over a year
Turns `Roo::Excelx.new(file).sheet(0).parse(headers: true, clean: true)[1..]` into `Planilha.read(file)`
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Planilha

A spectacularly tiny Roo wrapper

gem "planilha"
gem install planilha
require "planilha"

products = Planilha.read("spreadsheet.xlsx")
# => [{"sku"=>"100008", "price"=>29.99}, {"sku"=>"101341", "price"=>45.5}]