Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 289 Bytes

File metadata and controls

20 lines (10 loc) · 289 Bytes

Description

Gem that extracts the first 10 lines of an Excel X file.

Install

Install rvm and ruby-1.9.2

Then do:

$ gem install bundler
$ bundle install --path vendor/bundle

Usage

require 'excelx_preview'
ExcelX::Previewer.preview(/path/to/excelxfile)