I am using POI 2.5 for my project. The excel which is imported shows the following repair warning when opened: "Removed one or more invalid formula" Tried using POI 2.0 to solve the problem, but no luck. Also some of the columns which have been added dynamically appear hidden when I have not used any such setting. Tried using workSheet.setColumnWidth(), but that was of no help. How do I solve the above probelms??
I am also getting the following warning: Unknown Ptg 3c(60) I am using the poi-2.5.1-final-20040804.jar
Please check if the problem still exists in 3.1-beta1. Yegor
Comment creation was added about 3.1. Without an example this can only be invalid.