I am using Apache POI to store data in excel sheet. I can store data like “50%” in the cell. Excel also shows up, but it show error like “Number stored as String”.
If i click that message and click “convert number to String”. It shows perfectly.
How to store it without errror using POI
This code will work
Create a style with a format of %
and set the value as a number (double) and not with %
The output will be 50%