You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Andreas Engel <ma...@a-engel.de> on 2005/06/07 23:42:50 UTC

question about next action to take

hello avik, hello list members,

the implementation of the AutoFilterRecord is about 90% complete.
the record will hold the subrecords for doper data as raw byte data and parses 
the doper information on the fly.
i already enhanced the BiffViewer for ease of development and added some 
subclasses of SubRecord as very first (no de/serializing logic containing) 
implementations to identify the elements involved in the filter logic if only 
by id and name and added them to the SubRecord classes createSubRecord() 
method. Right now i'm also investigating the TestSubRecord class and try to 
adjust the logic to ask at least for implementation class name (taken from 
examples in same file). 

TODO:
- setter methods for doper are still missing (the remaining 10%).
- whats also missing is a proper test case for the AutoFilterRecord.
- enhancde the Sheet class to hold an AutoFilterAggregate which manages the 
AutoFilterRecords one sheet can contain.
- write the AutoFilterAggregate, of course.

Q:
- would it be better to commit what already exists to be able to discuss / 
review or just do the rest of the work?


regards
andreas engel, germany

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/