On Nov 23, 8:23 am, Gokul <
railsthin...@gmail.com> wrote:
> Hello Everyone,
>
> oo.first_row.upto(oo.last_row) do |row|
> oo.set_value(row, 12, "passed")
> end
Why do you think you can call 'set_value'?
You cannot call 'set_value' because there is no (public) method named
'set_value' for Openoffice, Excel and Excelx spreadsheet types.
Please read the documentation of roo!
-Thomas