On Thu, 20 Mar 2008, Andy Ch wrote:
> > If memory serves correct, you need to keep track of the sheet start
> > records as they go past. All the cells for a given sheet go together,
> > so they'll belong to the most recent sheet you've seen
>
> could you be more specific at what you mean by "sheet start record", i
> dumped out "BoundSheetRecord" however these appears to be the indices
> only and they get dumped out first before any of the data cell did.

Sounds about right. The metadata on the sheet gets stored in a different
bit of the record stream to the sheet's data

If memory serves, you get an EOFRecord then a BOFRecord between each
sheet's data. (You get them in a few other places too, but if you get one
then a little while later some cells, it's one sheet, then another and
some cells is the next)

Nick

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

Reply via email to