https://bz.apache.org/bugzilla/show_bug.cgi?id=66229
Bug ID: 66229
Summary: i need date,but i wirte too long integer insert
sucessed
Product: POI
Version: 5.2.2-FINAL
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Component:HSSF\XSSF
import xls or xlsx
i want "2022\02\02" import to db.
normal:2022\02\02 insert sucessed.
but insert "1111111111111111111111111111" sucessful too.that convert date
sucessful.
i want date as String,but
i get datestyle is 'yyyy\M\d'
use dataformatter to be 'M\d'.
i want read data cell as String,as same as my written things .
i want: '2022\01\01' i read is '2022\01\01'(String)
now: '2022\01\01' read is 'xx\xx'(dataformater)
now '1111111111111' read is 'xx\xx'(dataformater)
now '2022\01\01' (getCellDate) successful
but not '11111111111' getCellDate sucessful too...
--
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]