Hi every1,
I am using WIN23OLE to open and excel file, manipulate data and then
write the results in a database. Everything works find, or at least i
thought so.
I used the file''s path to open the excel file and worked
wb = xls.Workbooks.open("c:\test.xls")
... but now i am trying to accomplish the same thing using file_field in
a .rhtml page; i tried
wb = xls.Workbooks.open(params[:datafile]) and it doesn''t work.
Can someone please help. Any input is greatly appreciated.
Thank you,
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---