Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 clean

SAMPLE
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])