From: Robert Bohne Date: Thu, 17 Jun 2010 23:28:07 +0000 (+0200) Subject: Update autofilter documentation X-Git-Tag: v0.31_1~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=543961e9163c4f82ce89b07eb1c373e5d308b7dc;p=p5sagit%2FExcel-Template.git Update autofilter documentation --- diff --git a/lib/Excel/Template/Container/Worksheet.pm b/lib/Excel/Template/Container/Worksheet.pm index 3b6f26c..749ab19 100644 --- a/lib/Excel/Template/Container/Worksheet.pm +++ b/lib/Excel/Template/Container/Worksheet.pm @@ -136,10 +136,12 @@ it from the workbook node), but the second worksheet will be portrait. =item * AUTOFILTER -With these attributes, the auto filter set for the Worksheet. -See L->autofilter() +With these attribute, you can add the autofilter to a worksheet. An autofilter is a +way of adding drop down lists to the headers of a 2D range of worksheet data. +This is turn allow users to filter the data based on simple criteria so that +some data is shown and some is hidden. -Example: +Example to add an autofilter to a worksheet: