http://qs321.pair.com?node_id=1186836


in reply to Scan cells in Excel active worksheet

Well, you can't parse the excel file if it hasn't yet been saved to disk...

If you want to work with an opened file, then you would need to use excel APIs (See Win32::Ole) to control the application itself. Perhaps try running it through WINE?