Hi all,
I am working with POI API. I am reading an excel worksheet and done some modifications using poi and saved the new file into different location.while writing into a new location the exist file removes the blank sheet which are not used by the program using workbook.removeSheetAt(index).When i tried to open the new file it is showing an repair dialog box saying Removed one or more invalid names.
how do i solve the problem
thanks in advanced.