You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Danny Mui <da...@muibros.com> on 2003/05/09 04:57:15 UTC

record.IsInValueSelection()

What determines if a record is in the value selection?  I don't quite 
understand it :).

I'm thinking of converting the StringRecord to return false so that the 
Aggregating Records skip it and, well, continue aggregating :).  The 
ValueRecordAggregate already does this, so I'm trying to convince myself 
to do it.

This is in reference to:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15062

Shouldn't the RowRecordAggregator capture all RowRecords anyway?  
Instead of using RowRecordAggregator.construct(offset, records) and 
picking off !isInValueSelection() records, shouldn't we slowly build it 
as we go through all the records in Sheet.createSheet?  This would 
really aggregate them no? :)

Fixes the issue above but wanted to be 100% sure.

Thanks!

danny


Re: record.IsInValueSelection()

Posted by "Andrew C. Oliver" <ac...@apache.org>.
Lets find the best hack to stabilize 2.0.  From there I have a totally
different concept on how to construct things...  Its time to rip up the
floorboards a bit.

-Andy

On 5/8/03 10:57 PM, "Danny Mui" <da...@muibros.com> wrote:

> What determines if a record is in the value selection?  I don't quite
> understand it :).
> 
> I'm thinking of converting the StringRecord to return false so that the
> Aggregating Records skip it and, well, continue aggregating :).  The
> ValueRecordAggregate already does this, so I'm trying to convince myself
> to do it.
> 
> This is in reference to:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15062
> 
> Shouldn't the RowRecordAggregator capture all RowRecords anyway?
> Instead of using RowRecordAggregator.construct(offset, records) and
> picking off !isInValueSelection() records, shouldn't we slowly build it
> as we go through all the records in Sheet.createSheet?  This would
> really aggregate them no? :)
> 
> Fixes the issue above but wanted to be 100% sure.
> 
> Thanks!
> 
> danny
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
> 

-- 
Andrew C. Oliver
http://www.superlinksoftware.com/poi.jsp
Custom enhancements and Commercial Implementation for Jakarta POI

http://jakarta.apache.org/poi
For Java and Excel, Got POI?