Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
asanghi committed Jan 27, 2012
1 parent 2b0d2bf commit 7f1a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -77,7 +77,7 @@ excel_document(:filename => "report.xls", :template_path => "/tmp/report_templat
... # any staff form previous example
end

If you provide a :renderer option to the excel_document method, you can use your customized Spreadsheet::Workbook to create a newe excel file.
If you provide a :renderer option to the excel_document method, you can use your customized Spreadsheet::Workbook to create a new excel file.

Your view "index.xls.rxls" file could look like this:

Expand Down

0 comments on commit 7f1a551

Please sign in to comment.