티스토리 뷰
자바 엑셀 poi 관련 개발을 하다보면 cannot get a text value from a numeric cell
이런 에러를 접할 수 있다.
문자 1을 숫자 1로 읽혀서 1.0 으로 읽혔다.
흠.. 그냥 1은 1이여야 하는데.. 지멋대로 바꿔버리네..
그래서
Cell.CELL_TYPE_STRING 같은걸 해봤는데도 안되었다.
구글링 해서 StackOverFlow에서 답을 찾았다.
결론은 DataFormatter 를 쓰면 해결 되었다.
DataFormatter formatter = new DataFormatter();
String s = formatter.formatCellValue(row.getCell(1));
https://stackoverflow.com/questions/30125465/cannot-get-a-text-value-from-a-numeric-cell-poi
'자바(Java)' 카테고리의 다른 글
offline 자바doc연결 jar 이클립스 (0) | 2022.02.16 |
---|---|
마리아 db cannot add or update a child row: a foreign key constraint fails 해결 (0) | 2022.02.07 |
svn 서버 시작 (0) | 2022.01.14 |
java.lang.IllegalArgumentException: Illegal character in path at index (2) | 2021.12.16 |
자바 레지스트리 V3 버전 값 읽기 (0) | 2021.09.27 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 프로씨
- MySQL
- webix
- 오라클
- C언어
- XE
- 플러터
- 스크래핑
- KG
- 파이썬
- 자바
- C
- 포인터
- Python
- 자바 smtp
- 인포믹스
- ocpjp
- ocjap
- EC
- 파싱
- xe애드온
- XE3
- xe addon
- esql
- 문자열
- ocajp
- proc
- JDBC
- 이클립스
- php
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함