RE: [perl-win32-gui-users] getting data from listview and putting it in a MS Excel sheet

2001-10-17 Thread Piske, Harald
> I don't know if this is a win32:gui or a general perl > question but here it If you don't know how to read the stuff out of the listview, it's a GUI question, but I don't think you will be shot for asking about the other part ;-) What you want is Win32::ODBC, which can be used to access Excel f

RE: [perl-win32-gui-users] getting data from listview and putting it in a MS Excel sheet

2001-10-17 Thread Frazier, Joe Jr
Or you could use Win32::OLE and open an instance of Excel directly and add the values. Also, you could use the CPAN module: Spreadsheet::WriteExcel to write the data to an excel spreadsheet. As for reading the listview, you use the ItemInfo method on each "cell" to get the data and then write t