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

          Priority: P2
            Bug ID: 53433
          Assignee: [email protected]
           Summary: LastCellOfRowDummyRecord is fired unneccessarily
                    whenever formula cell(returning String Result) is
                    encountered
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HSSF
           Product: POI

Created attachment 28956
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28956&action=edit
Test file for which XLS2CSVmra fails

Whenever a formula cell(returning String result) is encountered, three records
are fired by the HSSF Event API in the given
order(FormulaRecord,LastCellOfRowDummyRecord,StringRecord).

LastCellOfRowDummyRecord which is fired in between FormulaRecord and
StringRecord should not occur as it should be fired only when the row ends.


Attached is a Xltest file for which existing XLS2CSVmra program fails.
Also there is a patched program which manages to give correct output.
However it is not tested thoroughly.

-- 
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