So I had originally tried that as well. Two ways... 1. Leaving the format string exactly as is "000\-00000\-000"
This resulted in 12312345123\-\-. 2. I tried unescaping the format string which turned it into "000-00000-000" This resulted in 12312345123--. Terribly, neither was what I wanted nor what I was getting back from the DataFormatter. :( -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Reading-cell-values-that-have-a-custom-format-tp5486315p5489705.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]
