The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parse::Lotus123::WK4 - extract data from Lotus 1-2-3 .wk4 files

OVERVIEW

This module extracts data from Lotus 1-2-3 .wk4 files.

SYNOPSIS

Procedural API: Parse::Lotus123::WK4::parse takes a filehandle and returns a three-dimensional arrayref. See the source code to wk42csv for more information.

SOURCES

Description of WK4 format: http://www.mettalogic.uklinux.net/tim/l123/l123r4.html

Method for decoding IEEE 80-bit floats: http://www.perlmonks.org/?node=586923

BUGS

This code is experimental, not properly tested and not suitable for production use.

NO WARRANTY

This code comes with ABSOLUTELY NO WARRANTY of any kind.

AUTHOR

Written by Franck Latremoliere. Copyright (c) 2008 Reckon LLP. http://www.reckon.co.uk/staff/franck/

LICENCE

This program is free software; you can use, redistribute and/or modify it under the same terms as Perl itself (Artistic Licence or GNU GPL).