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

             Bug #: 51927
           Summary: Cannot read long number EAN 8185002411111 as
                    8.5810822E7
           Product: POI
           Version: 3.7
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


I have cell 8185002411111  as number or as text in excel


I have to resolve it:

hssfCell.setCellType(Cell.CELL_TYPE_STRING);
cellValue = hssfCell.getStringCellValue();

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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