https://github.com/thoroc/php_ole
Johann Hanne's PHP_OLE library
https://github.com/thoroc/php_ole
office ole php
Last synced: about 1 year ago
JSON representation
Johann Hanne's PHP_OLE library
- Host: GitHub
- URL: https://github.com/thoroc/php_ole
- Owner: thoroc
- Created: 2015-01-26T12:20:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T10:00:01.000Z (about 6 years ago)
- Last Synced: 2025-04-09T05:22:52.903Z (about 1 year ago)
- Topics: office, ole, php
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
php_ole
==============
php_ole is a port of Kawai Takanori's OLE::Storage_Lite Perl package to PHP.
It allows you to access the contents of Microsoft OLE documents which are
mainly used by Microsoft Office.
Installation
============
use composer: ```composer require "thoroc/php_ole"```
Limitations
============
see [README](doc/README)
Original Documentation
======================
* [README](doc/README)
* [LICENSE](doc/LICENSE)
* [HOMEPAGE](doc/HOMEPAGE)
* [CONTACT](doc/CONTACT)
* [HEADER](doc/HEADER)