Skip to content

Commit

Permalink
README clarification
Browse files Browse the repository at this point in the history
Roo::Spreadsheet requires spreadsheet gem
  • Loading branch information
SheetJSDev committed Feb 9, 2014
1 parent 7d403e3 commit 142bba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ s.font(1,1).italic?
s.font(1,1).underline?


# Roo::Spreadsheet requires spreadsheet gem
require 'spreadsheet'

# Spreadsheet.open can accept both files and paths

xls = Roo::Spreadsheet.open('./new_prices.xls')
Expand Down

0 comments on commit 142bba4

Please sign in to comment.