PHP Classes

Excel XML: Manipulate Excel spreadsheet files in XML format

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (5)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (2 months ago) RSS 2.0 feedNot enough user ratingsTotal: 3,069 This week: 1All time: 1,184 This week: 560Up
Version License PHP version Categories
excelxml 0.10GNU General Publi...4.0XML, Files and Folders
Description 

Author

It's hard to find a PHP library that can manipulate an Excel file. The simplest way to manipulate an Excel file is just by convert it to Excel XML Spreadsheet and modify the value of the cells. This can be done by using ExcelXML class.
---------------------
Features:
- This class can be used manipulate Excel XML spreadsheet files.
- It can load an Excel XML spreadsheet file and change the values of any worksheet given its row and column.
- The modified Excel XML spreadsheet can be stored in a Excel XML Spreadsheet file or download it as MS Excel file.

Picture of Herry Ramli
Name: Herry Ramli <contact>
Classes: 2 packages by
Country: Indonesia Indonesia
Age: 44
All time rank: 95113 in Indonesia Indonesia
Week rank: 411 Up7 in Indonesia Indonesia Up

Details

excelxml ======== PHP library for processing Excel XML file This package consist of following files: 1. `README.md` -- this file 2. `ExcelXML.php` -- ExcelXML class 3. `blank.xml` -- example template file 4. `text.php` -- PHP example code to use ExcelXML class Notes: - If you want to use another template (example: preformatted Excel file), just select menu **Save As** from MS Excel, choose **XML Spreadsheet (*.xml)** in **Save as Type**. And then type the filename and click **OK**. Use the new template filepath as argument in `read()` function. - Please send the bugs to: https://github.com/herry13/excelxml/issues [BSD License](../master/LICENSE)

  Files folder image Files  
File Role Description
Plain text file excelxml.php Class Class ExcelXML
Accessible without login Plain text file LICENSE Data Auxiliary data
Accessible without login Plain text file README.md Data Auxiliary data
Accessible without login Plain text file template.xml Test sample excel xml
Accessible without login Plain text file test.php Example example code

 Version Control Unique User Downloads Download Rankings  
 100%
Total:3,069
This week:1
All time:1,184
This week:560Up
User Comments (3)
not bad
8 years ago (arup saha)
60%StarStarStarStar
Good and simple class.
14 years ago (4php)
77%StarStarStarStar
This class fails to correctly get an item by Row/Col when Cel...
15 years ago (Eliot Dahood)
65%StarStarStarStar