The exception appearing because or I should say when I using clone method. I
have something like this in my loop iterating sheets
sheet = workbook.getSheetAt(i);
sheetTmp = workbook.cloneSheet(i);

I wont to have one clear not changed sheet for reading data like formula
which will by lost(overreaded) on original sheet.

--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Converting-xls-to-xlsx-and-XmlValueDisconnectedException-on-WebLogic-9-2-3-poi-3-7-tp4424712p4425108.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to