Reading formulars and blank cells in Excel by POI event based API

Hello at all,

first sorry for my english.

I have to read Excel files using the POI event based API.

These files contain FormularRecords, whitch values are Strings.

I googled a lot, but I didn't found a way, to get FormularRecords as string.

This I need, because I have to compare the position of the Cell (row, column)

with other values.

An other way to get these cells is reading them as StringRecord or SSTRecod.

But there is no method .getRow() or .getColumn() for StringRecords and SSTRecords.

My other problem:

Some cells without a value can not be read.

Using the BlankRecord didn't catch all of them.

When I go to these cells and just hit Return (no value is set), then the cells can be catched.

Can anyone give me an idea?

It really would be very helpfull.

And I hope my english can be understood.

thx a lot

eichi

[934 byte] By [eichia] at [2007-11-27 8:15:34]
# 1
Problem is solved,in the datastream the FornulaRecord appears before the StringRecord.I take the position from the Formula and value from the String.
eichia at 2007-7-12 20:00:22 > top of Java-index,Java Essentials,Java Programming...