Guest User

Untitled

a guest
Oct 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Cell cell = getTheCell(); // Got this after reading the sheets and rows
  2. DataFormatter df = new DataFormatter();
  3. String value = df.formatCellValue(cell);
  4. // Here in value
  5. // If format is 600000000, I can get 60166609647 (right)
  6. // If format is 60#######, I get 166609647 (wrong)
Add Comment
Please, Sign In to add comment