From 7f1a551e303dc289f9557285a7ea9de2f165b3db Mon Sep 17 00:00:00 2001 From: Aditya Sanghi Date: Fri, 27 Jan 2012 19:52:59 +0530 Subject: [PATCH] fixed typo. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 19bfbf6..6b79482 100644 --- a/README +++ b/README @@ -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: