in reply to Excel 2007 Support
in thread Writing Excel spreadsheets with Perl
Hi, the above information was very use full to me.I did a project where i need to generate a excel file. I used spreadsheet::WriteExcel, I am able to see complete data in the output file in Excel2002 version. Where as the client had MSExcel2007 for him, he was getting an error 'data lost'. And he is not able to see the complete data. After reading this I found that I should use Win32::OLE. I will go for this. I had a bad experience with the Microsoft products. No compatibility between different versions.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Excel 2007 Support
by mano (Initiate) on Apr 27, 2018 at 03:25 UTC | |
by marto (Cardinal) on Apr 27, 2018 at 08:36 UTC |