Reading Instrument Data from XLSX and loading into an Application Using Java
0
0
Entering edit mode
2.2 years ago
Kubendra • 0

Loading instrument data into a Java application using Excel (XLSX format) - the actual value in XLSX file and the value being loaded is different say for example value in file is 81.6 but loaded value to the application is 81.5999999999999

Right now we're taking the java object and doing (""+object) which honestly should be the same thing as toString except it handles nulls better.

if we convert XLSX file into CSV it's working as expected. if we open TSV/CSV file in Microsoft excel , excel auto detects and assign data type (Numeric, Scientific, General etc..) and assign to each cell. Even after formatting all cells to Text still the cell type is decimal instead of text when reading through java code. Any thoughts/Recommendations?

Java Data Excel Instrument • 419 views
ADD COMMENT
0
Entering edit mode

this is not really related to the subject of this forum. You should ask stackoverflow.

ADD REPLY

Login before adding your answer.

Traffic: 2685 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6