NAME
Win32::ExcelSimple - a wrap of Win32::OLE excel
VERSION
version 0.59
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Win32::ExcelSimple;
my $foo = Win32::ExcelSimple->new();
...
see test files for details
DESCRIPTION
Win32::ExcelSimple is a thin wrap of Win32::OLE Excel. The behavior is much like SpreadSheet::Write but with ability of modifying existing Excel file. Note: this module is based on CELL address. You need to use cr2cell or cell2cr to translate number address.
NAME
Win32::ExcelSimple - a easier way to use Microsoft Excel simplier
VERSION
Version 0.59
AUTHOR
Andy Xiao, <andy.xiao at cpan.org>
BUGS
Please report any bugs or feature requests to bug-win32-excelsimple at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Win32-ExcelSimple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Win32::ExcelSimple
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2011 2012 Andy Xiao.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
AUTHOR
xiaoyafeng <xyf.xiao@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by xiaoyafeng.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.