Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcnamara/ole-storage-lite
Perl module for reading and writing OLE compound documents
https://github.com/jmcnamara/ole-storage-lite
Last synced: about 1 month ago
JSON representation
Perl module for reading and writing OLE compound documents
- Host: GitHub
- URL: https://github.com/jmcnamara/ole-storage-lite
- Owner: jmcnamara
- Created: 2009-11-24T00:57:19.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T11:49:20.000Z (over 1 year ago)
- Last Synced: 2024-06-27T00:22:59.406Z (5 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~jmcnamara/OLE-Storage_Lite
- Size: 43.9 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
OLE::Storage_Lite - Simple Class for OLE document interface.DESCRIPTION
This module allows you to read and write an OLE-Structured file.The module will work on the majority of Windows, UNIX and
Macintosh platforms.REQUIREMENT
Perl 5.005 or later.INSTALLATION
The module can be installed using the standard Perl procedure:perl Makefile.PL
make
make test
make install
make cleanSAMPLE
Samples scripts are in sample directory.smplls.pl : displays PPS structure of specified file
(subset of "lls" distributed with OLE::Storage)smpsv.pl : creates and save a sample OLE-file(tsv.dat).
AUTHOR
Kawai Takanori ([email protected])