I have two questions, actually.

I am using HSSFWorkbook  from POI 3.6.  I have a spreadsheet that will for the 
most part parse and evaluate using POI (which is totally awesome!).

First, when evaluating a cell, I am getting errors.  The stacktrace has all the 
cell information, in terms of root cause, but I have to parse the stacktraces 
to get this in a concise form.  Is there a way to tell POI to just print the 
cell information rather than as a stacktrace? 

Secondarily, in my case these errors are all caused by a single VB macro (or 
whatever they call VB code snippets, I am not familiar with VB that much).  I 
am wondering if there is a way for me to convert this macro to Java and include 
it in my env so that POI could use this as a function much like POI does with 
built-in functions like SUM or AVG.

Thanks,

Jon



      

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

Reply via email to