no no, i don't use.

Try to delete last sheet from the attached file, save and after open saved
file using Excel. And i'm sure u'll see the error! 
http://apache-poi.1045710.n5.nabble.com/file/n3288157/RAW_DATA_CONVERTED.xlsm
RAW_DATA_CONVERTED.xlsm 

Actually in delete methos i have next:

                OPCPackage opcPackage = OPCPackage.open(filePath);
                XSSFWorkbook workbook = new XSSFWorkbook(opcPackage)
workbook.removeSheetAt(number);
workbook.write(new
FileOutputStream("c://BloombergData/CONVERTED/tmp.xlsm"));



-- 
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Can-t-obtain-the-input-stream-from-docProps-app-xml-tp3284222p3288157.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