I have a website. I have a page that create xlsx files with OpenXML.
*The file is downloaded and then open with Excel 2007. No problem.
*The file is downloaded and then open with OpenOffice. The file open but only show the name of sheet without content.
matyvegan
Participant
849 Points
261 Posts
OpenXML problem
Jul 30, 2012 08:53 PM|LINK
I have a website. I have a page that create xlsx files with OpenXML.
*The file is downloaded and then open with Excel 2007. No problem.
*The file is downloaded and then open with OpenOffice. The file open but only show the name of sheet without content.
What is the problem????
OpenOffice openxml
Thanks!
ignatandrei
All-Star
137682 Points
22147 Posts
Moderator
MVP
Re: OpenXML problem
Jul 31, 2012 01:09 AM|LINK
The problem is that OpenOffice have problems interpreting the xlsx file.
Solution: create an OpenOffice document.
OpenOffice openxml
matyvegan
Participant
849 Points
261 Posts
Re: OpenXML problem
Aug 03, 2012 03:22 PM|LINK
I downloaded the openxml skd (http://www.microsoft.com/en-us/download/details.aspx?id=5124) and detect the errors.
OpenOffice need the cell reference ('A1', 'B32'). Excel not this this reference, you can add rows and cells without cell reference.
I resolved my problem.
OpenOffice perfectly interpreting the xlsx file.
Solution Code:
http://desarrolloyarquitecturadesoftware.wordpress.com/2012/08/01/35/
OpenOffice openxml excel
Thanks!