kenguy has asked for the wisdom of the Perl Monks concerning the following question:
when I use:use Spreadsheet::WriteExcel; use Spreadsheet::WriteExcelXML;
I get the error:$worksheet->autofilter('A1:D11');
I've omitted the 'use Spreadsheet::WriteExcel;' and just used 'use Spreadsheet::WriteExcelXML;' for the whole file, and I get the error:Can't locate object method "autofilter" via package "Spreadsheet::Writ +eExcel::Worksheet" at fsc_test7.pl line 1275.
Does anybody have any experience with autofilter on writeexcelXML and can point me in a direction. I did a search of perlmonks and google, but have yet to run into anything.Can't locate object method "autofilter" via package "Spreadsheet::Writ +eExcelXML::Worksheet" at fsc_test7.pl line 1275.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: spreadsheet writeexcelxml autofilter
by jmcnamara (Monsignor) on May 15, 2006 at 22:54 UTC | |
|
Re: spreadsheet writeexcelxml autofilter
by marto (Cardinal) on May 15, 2006 at 21:52 UTC |