Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
SpreadsheetML
»
Compatibility with 2003
Re: Compatibility with 2003
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Details
3
Replies
1
Subscriber
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
SpreadsheetML
Compatibility with 2003
rated by 0 users
This post has
3 Replies |
1
Follower
tjcaenen
45
Posted by
tjcaenen
on
Fri, Jun 18 2010 5:55 PM
rated by 0 users
Post Points: 20
Compatibility with 2003
How do you use the Open XML SDK to create files that are compatible with older versions of Excel (97-2003) without the user having to install the compatibility pack? I need to be able to create .xls files and send to the browser. These files may have multiple worksheets.
Ondeugd
65
Posted by
Ondeugd
on
Mon, Jun 21 2010 2:39 AM
rated by 0 users
Post Points: 20
Re: Compatibility with 2003
OpenXml format/structure is something completely different than what excel 2003 and before used. Before there a native MS Office format was used, now everything is put into xml files that are organized in several directories, then zipped into a (in case of excel) .docx document. You can just rename the docx to .zip and extract to see this.
There's no way you can create old-style documents using the OpenXml SDK, as that's specifically developed to manipulate the xml type of documents, not the old style stuff.
tjcaenen
45
Posted by
tjcaenen
on
Mon, Jun 21 2010 11:42 AM
rated by 0 users
Post Points: 20
Re: Compatibility with 2003
I suspected as much. Can you recommend an SDK that would create the 97-2003 spreadsheets without having to install Office on the web server?
Intergen
2610
Posted by
Intergen
on
Sun, Jul 18 2010 11:15 PM
rated by 0 users
Post Points: 5
Re: Compatibility with 2003
As Ondeugd said, the Open XML SDK doesn't support older (pre-openXML) formats that Office used. I believe there are other tools that can help with those formats but we're not focussed on those sorry so you'll have to search the web for them.
Page 1 of 1 (4 items)