> 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
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
2 matches
Mail list logo