https://github.com/nagilum/xlsx
XLSx is a PHP library designed to manipulate the content of .xlsx files.
https://github.com/nagilum/xlsx
Last synced: about 1 month ago
JSON representation
XLSx is a PHP library designed to manipulate the content of .xlsx files.
- Host: GitHub
- URL: https://github.com/nagilum/xlsx
- Owner: nagilum
- Created: 2013-03-11T14:16:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T07:13:14.000Z (about 12 years ago)
- Last Synced: 2025-03-27T20:41:12.201Z (about 2 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XLSx
XLSx is a PHP library designed to manipulate the content of .xlsx files.
Maintainer: Stian Hanger ([email protected])
.xlsx files (Microsoft Excel 2007 and newer) are basically zipped archives of .xml files which holds different content.
If you unzip a .xlsx file you will get a lot of files, among them a xl folder containing sharedStrings.xml, worksheets and styles.Functions of the library:
* close - Resets the class for a new run.
* load - Loads a .xlsx file into memory and unzips it.
* replace - Does a global search and replace with the given values.
* save - Saves the temporary buffer to disk.