Skip to content

Commit

Permalink
Type error solved in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
sendorf committed Jan 9, 2012
1 parent 519876f commit ce4232e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To change the format of the cells and headers the code should be like this:

User.all.to_xls :cell_format => {:color => :blue}, :header_format => {:weight => :bold, :color => :red}

To have a more specific description of the format admited for the cells and headers you should have a look 'on the source code of spreadsheet gem'[http://scm.ywesee.com/?p=spreadsheet/.git;a=blob;f=lib/spreadsheet/format.rb;h=ceef6bb6618238d1ff5cc0462826e2c127c272f1;hb=HEAD]. This gem runs under to_xls, so the format supported by this gem are the ones of spreadsheet.
To have a more specific description of the format admited for the cells and headers you should have a look "on the source code of spreadsheet gem"[http://scm.ywesee.com/?p=spreadsheet/.git;a=blob;f=lib/spreadsheet/format.rb;h=ceef6bb6618238d1ff5cc0462826e2c127c272f1;hb=HEAD]. This gem runs under to_xls, so the format supported by this gem are the ones of spreadsheet.

== Example of use in Rails

Expand Down

0 comments on commit ce4232e

Please sign in to comment.