From: ilya on 15 May 2010 06:04 Is there a chance to set auto filter in excel using POI?
From: John B. Matthews on 15 May 2010 11:08 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>
|
Pages: 1 Prev: how we can exit from program by hitting any key Next: Projecting Button(s) onto Curved Surface |