https://issues.apache.org/bugzilla/show_bug.cgi?id=53888

          Priority: P2
            Bug ID: 53888
          Assignee: [email protected]
           Summary: Incorrect formula value for empty string value
          Severity: normal
    Classification: Unclassified
                OS: Windows Vista
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HSSF
           Product: POI

Created attachment 29381
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29381&action=edit
Example with the problematic formula

I am using the HSSFListener.

Type the following formula:

=IF(1=1,"","abc")

Excel shows nothing (empty string) while
FormatTrackingHSSFListener.formatNumberDateCell(formula) returns 0

The attachment contains the formula with problems.
The attachment also contains other formulas that work correctly: numbers and
strings.
I have debugged the code and the string formula values are cached except for
the one in the bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to