Excel 2007 uses ZIP compressed XML, labelled Office Open XML. It roughly looks like the open standard ODF used in free software, but it seems Microsoft intentionally made its format incompatible with the ODF format.
As both standards are based on XML, and both are more or less documented, you "simply" generate some XML, ZIP it, and rename it to *.xlsx. (Perhaps you have to sacrifice some chickens, burn some candles, and draw some blood pentagrams on that way. But you should be used to such procedures when you deal with XML and/or Microsoft software, so nothing special here. ;-)) The OpenOffice::OODoc package should at least be able to read and write the ODF format without hurting animals.
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
| [reply] |
Hi,
I am trying to find a perl module which can work with MS excel 2007.
Forom your explaination and based on my study from CPAN i understnd that no perl module can be used to write in MS excel 2007.
Is is thisbeacuse non -avaolability of proper perl modules. | [reply] |
| [reply] |
Spreadsheet::XLSX - this is the Perl extension for reading MS Excel 2007 files but not to write i believe.
Win32::OLE : i believe it is only on windows not on UNIX machines.
Is there anyone tried to install XLSX module and tried?
Please let me know ASAP?
Many thanks.
| [reply] |
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.
| [reply] |
Hi Monks
am not able to update all data from a array in to excel.... its getting updated only last elements from the array..
Any one idea..on this bug...
Thanks
Manohar kusa
| [reply] |
You replied to a post from 8 years ago, with a vague description of a different problem, showing no code. In order to get an help with your problem you need to post code which reproduce the issue you have. How do I post a question effectively? explains the process.
| [reply] |