On Thu, 25 Aug 2011, 马鸣杰 wrote:
I am trying to read a very big excel file, so I have to user “user event mode”.

But when reading some formula Record (for example, in cell B2, the formula
is ‘=A2’, A2 is a simple cell with text like ‘test’), the API works in
unexpected way.

As you don't specify what's unexpected about how it behaves I can't be all that helpful, but I'd suggest you take a look at ExcelExtractor in Apache Tika, which is a good example of using hte event user model from outside of the POI codebase itself:
http://svn.apache.org/repos/asf/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/ExcelExtractor.java

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to