Displaying 1 result from an estimated 1 matches for "excel_fil".
Did you mean:
excel_file
2007 Feb 20
2
export to xls with utf-8 charset problem
hi,
Im sending data to the browser with a utf-8 charset but somehow when I
open the file in excel, some garbage characters appear.
Here''s my code:
send_data(excel_file, :filename => "orders.xls", :type =>
''application/vnd.ms-excel; charset=utf-8'' )
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby...