John McDowall
unread,Aug 2, 2011, 12:38:15 PM8/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-roo
I am getting the following exception whenever I try to save an Excel
spreadsheet as a CSV and it has a column which has a cell type of
datetime:
unhandled celltype datetime
"/usr/local/lib/ruby/gems/1.9.1/gems/roo-1.9.3/lib/roo/
generic_spreadsheet.rb:609:in `block (2 levels) in
write_csv_content'", "/usr/local/lib/ruby/gems/1.9.1/gems/roo-1.9.3/
lib/roo/generic_spreadsheet.rb:605:in `upto'",
"/usr/local/lib/ruby/gems/1.9.1/gems/roo-1.9.3/lib/roo/
generic_spreadsheet.rb:605:in `block in write_csv_content'", "/usr/
local/lib/ruby/gems/1.9.1/gems/roo-1.9.3/lib/roo/
generic_spreadsheet.rb:604:in `upto'",
"/usr/local/lib/ruby/gems/1.9.1/gems/roo-1.9.3/lib/roo/
generic_spreadsheet.rb:604:in `write_csv_content'", "/usr/local/lib/
ruby/gems/1.9.1/gems/roo-1.9.3/lib/roo/generic_spreadsheet.rb:158:in
`to_csv'"
Any ideas?