Join
Sign in
Search Options
Search Everything
Search Development Tools
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Development Tools
»
Scripting Languages
»
Office 2007 SpreadsheetML classes in PHP
Office 2007 SpreadsheetML classes in PHP
Development Tools
Discussions about working with Open XML using a wide range of development tools
Get this RSS feed
Details
Rate This
0
Replies
0
Subscribers
Posted
over 6 years ago
Options
Subscribe via RSS
Share this
Scripting Languages
Office 2007 SpreadsheetML classes in PHP
This post has
0 Replies |
0
Followers
maartenba
145
Posted by
maartenba
on
Thu, Dec 14 2006 9:25 AM
rated by 0 users
Post Points: 5
Office 2007 SpreadsheetML classes in PHP
In my evening hours, I've been working on a set of PHP classes to create Offixe 2007 SpreasheetML documents (.xlsx files). I finished my first goals (some basic XLSX writing), and I want to share this set of classes to the community.
Currently, the following features are supported:
Create a Spreadsheet object
Add one or more Worksheet objects
Add cells to Worksheet objects
Export Spreadsheet object to Excel 2007 OpenXML format
Each cell supports the following data formats: string, number, formula, boolean.
Visual formatting is not implemented, but I'll get to that later.
More information, an example XLSX file and source code can be found on my blog,
http://www.balliauw.be/maarten/blog/24,office-2007-spreadsheetml-classes-in-php.htm
Page 1 of 1 (1 items)