On Oct 15, 9:04 am, Geeta Sachdeva <manchanda.ge... / gmail.com> wrote: > Hi, > > I'v read a lot of posts regarding excel parsing, however, none of it > helped me. > I'm trying to use 'parseexcel' to parse my worksheets. Uptill now, using > this, I have not been able to extract values of cells which are > evaluated using formulae. Also, the excel files that I need to parse > contain references to other excel files or different sheets in same > file. > Is there any other way to parse which would solve my purpose? > > Thanks, > Geeta > -- > Posted viahttp://www.ruby-forum.com/. If you are on Windows then I suggest that you use win32ole to manipulate Excel workbooks and worksheets. I am fairly proficient in using Ruby and WIN32OLE and if you need some assistance you can contact me offline. You might want to look at the 'roo' gem if you only want to extract values from an Microsoft Excel sheet or Open Office Calc document.