https://github.com/pear/ole
This package allows reading and writing of OLE (Object Linking and Embedding) compound documents. This format is used as container for Excel (.xls), Word (.doc) and other Microsoft file formats.
https://github.com/pear/ole
Last synced: 9 months ago
JSON representation
This package allows reading and writing of OLE (Object Linking and Embedding) compound documents. This format is used as container for Excel (.xls), Word (.doc) and other Microsoft file formats.
- Host: GitHub
- URL: https://github.com/pear/ole
- Owner: pear
- Created: 2012-01-26T02:14:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T12:32:01.000Z (about 2 years ago)
- Last Synced: 2025-04-02T09:09:13.667Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/OLE
- Size: 109 KB
- Stars: 19
- Watchers: 17
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/pear/OLE)
[](https://packagist.org/packages/pear/ole)
This package is http://pear.php.net/package/OLE and has been migrated from https://svn.php.net/repository/pear/packages/OLE
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run
$ composer install
$ vendor/bin/phpunit
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml