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

NAME

Spreadsheet::XLSX::Assist - The great new Spreadsheet::XLSX::Assist!

VERSION

Version 0.01

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use Spreadsheet::XLSX::Assist;

    my $foo = Spreadsheet::XLSX::Assist->new();
    ...

EXPORT

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

SUBROUTINES/METHODS

new

loadExcel

Load the XLSX format file and store workbook. Set first worksheet as default sheet.

changeWorksheet

getWorksheetCount

getWorksheetNameList

getCell

readCell

readWholeRow

readRow

readWholeCol

readCol

getMinRowIndex

getMaxRowIndex

getMinColIndex

getMaxColIndex

AUTHOR

xiangfeng shen, <xiangfeng.shen at gmail.com>

BUGS

Please report any bugs or feature requests to bug-spreadsheet-parseexcel-assist at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Spreadsheet-ParseExcel-Assist. 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 Spreadsheet::XLSX::Assist

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 xiangfeng shen.

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (1.0). You may obtain a copy of the full license at:

http://www.perlfoundation.org/artistic_license_1_0

Aggregation of this Package with a commercial distribution is always permitted provided that the use of this Package is embedded; that is, when no overt attempt is made to make this Package's interfaces visible to the end user of the commercial distribution. Such use shall not be construed as a distribution of this Package.

The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.