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

            Bug ID: 54868
           Summary: Write numbers to text cells in Excel generates
                    warnings that number is stored as text
           Product: POI
           Version: 3.9
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

If I try to write strings containing numbers to cells using the
Cell.setCellValue(String) method, a warning is displayed on the cell saying
that a number is stored as text. If I manually mark this cell as having
type Text, the warning disappears. 
How can I mimic this behaviour in the API ie by setting the type to Text, the
warning is removed?

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