Results 1 to 2 of 2
- 06-28-2012, 11:18 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 1
- Rep Power
- 0
Do HSSF & XSSF support in-memory formula evaluation?
Hi,
I understand that POI HSSF & XSSF components allow one to create and read excel files. They do not support in-memory formula evaluation. In other words, in order to find the SUM of a range, one has to create an Excel file, launch Excel to read the file and calculate the SUM, then save the file. When POI reads the file back, it can access the calculated SUM.
Is my understanding correct?
Thanks in advance.
- roger
- 06-29-2012, 09:26 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: Do HSSF & XSSF support in-memory formula evaluation?
Nope.
As the documentation for formula's clearly states:
"The code currently provides implementations for all the arithmatic operators. It also provides implementations for approx. 140 built in functions in Excel."
Also, Excel does not store the reuslts of a formula. That would make no sense.Please do not ask for code as refusal often offends.
Similar Threads
-
Servlet Exception: java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSF
By wonde in forum Apache POIReplies: 3Last Post: 06-28-2012, 12:33 PM -
Spanish supoprt in formula evaluation
By ARANATE in forum Apache POIReplies: 0Last Post: 04-16-2012, 05:41 PM -
HSSF: Html to Text conversion
By xtech in forum Advanced JavaReplies: 1Last Post: 04-17-2008, 08:45 AM -
APACHE HSSF on Netbeans
By dgajudo in forum NetBeansReplies: 2Last Post: 12-10-2007, 04:04 AM -
Autofilter and POI-HSSF
By nefarius in forum JDBCReplies: 0Last Post: 09-23-2007, 03:40 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks