in reply to spreadsheet writeexcelxml autofilter


Autofilters aren't supported in Spreadsheet::WriteExcel. They are only supported in Spreadsheet::WriteExcelXML.

If you are getting a "Can't locate object method" error then your version of the module is probably less than 0.10 and you should upgrade to the latest version.

Here is an autofilter example program.

--
John.

  • Comment on Re: spreadsheet writeexcelxml autofilter