Either the open office Excel Doco linked from the HSSF page or the Excel 97
Developers Kit from MS Press (out of print but available used on Amazon.com)

On 10/10/03 10:50 AM, "Morten" <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> 
> Can anyone point me to a general overview document that explains the
> order in which events get fired when processing a document?
> 
> I mean, it's like (when processing only content, ignoring stylet etc):
> 
> BOF document
>  X*(BOF BoundSheet)
>  SSTRecord
>  BOF Sheet
>  Y*LabelSSTRecord/Number
>  Y*RowRecord
> ...
> 
> Which is kind of unintuitive compared to a hierarchic structure.
> 
> In my current setup, I put all bound sheets into a list, and have a
> pointer starting at -1 which I increment by one each time I encouter a
> sheet, just to get the sheet name for a given entry. This appears clumsy
> to me, but I cannot set how to solve that problem otherwise when using
> the event-based API.
> 
> Where do I find the document that gives me the  Ahaaa"-experience? :)
> 
> Morten
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
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?

The views expressed in this email are those of the author and are almost
definitely not shared by the Apache Software Foundation, its board or its
general membership.  In fact they probably most definitively disagree with
everything espoused in the above email.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to