Hello friends,
I am working on some tasks like reading data in an Excel file and store in a World file but in an Excel file I have mobile number data I tried to read and store it in World but got the wrong data minus in Excel number format like 9976457605 but when I read data I get data like 2147483647 format.
We can do the task only using Java not using another language or tools
I tried to write a method for getting data in long or double or number format but then got a number like 9.976457605 or it was not the proper way.
I am working on some tasks like reading data in an Excel file and store in a World file but in an Excel file I have mobile number data I tried to read and store it in World but got the wrong data minus in Excel number format like 9976457605 but when I read data I get data like 2147483647 format.
We can do the task only using Java not using another language or tools
I tried to write a method for getting data in long or double or number format but then got a number like 9.976457605 or it was not the proper way.