You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/08/10 18:09:26 UTC

DO NOT REPLY [Bug 35125] implementing autofilter support

https://issues.apache.org/bugzilla/show_bug.cgi?id=35125



--- Comment #2 from Andy <ah...@scireum.de> 2009-08-10 09:09:24 PDT ---
Here is a PERL version which can write autofilters:
http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.25/lib/Spreadsheet/WriteExcel.pm

Basically one has to write an AutofilterinfoRecord which contains the number of
filters. Additionally one has to create an MSODRAWING and an OBJ for each col
containing a filter. Sadly, excel always crashes when it tries to read my
testfile, although, in BiffViewer they look almost identical to a dump what
excel generated.

I can provide my testcode which was hacked against the 3.2 FINAL. I also
welcome any tipps ;-)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org