From: ilya on
Is there a chance to set auto filter in excel using POI?
From: John B. Matthews on
In article
<c51854d4-1532-41a1-b016-4e9263a79c2d(a)z33g2000vbb.googlegroups.com>,
ilya <bumsys(a)gmail.com> wrote:

> auto filter in excel using POI

This query returns some possibilities in XSSFSheet: enableLocking(),
lockAutoFilter(), isAutoFilterLocked().

$ find poi-3.6 -name \*.html | xargs -J % grep -iH autofilter %

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>