Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from jumph4x/master
Browse files Browse the repository at this point in the history
Add the require statement into README
  • Loading branch information
bjhess committed Jul 30, 2012
2 parents 340ea43 + 7435154 commit 3290deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,8 @@ iWork's Numbers does not appear to support the inline string storage model used




## Sample ## Sample

require 'simple_xlsx'


serializer = SimpleXlsx::Serializer.new("test.xlsx") do |doc| serializer = SimpleXlsx::Serializer.new("test.xlsx") do |doc|
doc.add_sheet("People") do |sheet| doc.add_sheet("People") do |sheet|
Expand Down

0 comments on commit 3290deb

Please sign in to comment.