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 set this Text type with the POI API?
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/Write-numbers-to-text-cells-in-Excel-generates-warnings-that-number-is-stored-as-text-tp5712348.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
