Help reading/writing from/to excel files

Hello everyone, I am new to ruby and was wondering if anyone could help
me out with opening an excel file, reading a value from a specific cell,
saving that to another pre existing excel file into a specific cell.

thanks
rjr

···

--
Posted via http://www.ruby-forum.com/.

---- Rod Richenberg wrote:

Hello everyone, I am new to ruby and was wondering if anyone could help me out with opening an excel file, reading a value from a specific cell, saving that to another pre existing excel file into a specific cell.

Hello Rod and welcome to Ruby! You will find that this is a very
helpful community. However, we do ask that you do a little
searching before you ask your questions. There have been many
questions by other just like yourself on the topic of interacting
with Excel.

So search the archives, and search google. If you are still
having problems, please post a follow up question. Here are two
links to get you started:

http://www.ruby-doc.org/docs/ProgrammingRuby/html/win32.html#UD

···

--
Glen