hi all, i am trying to read an xlsx file using Apache POI 3.5
here is the code: XSSFWorkbook workbook = new XSSFWorkbook(sourceFile.getAbsolutePath()); XSSFSheet sheet = workbook.getSheetAt(0); XSSFRow rowW = sheet.getRow(2); first line throws this: org.apache.poi.openxml4j.exceptions.InvalidOperationException: Can't open the specified file: '/tmp/poifiles/poi-ooxml-1611734909.tmp' POI creates that file and then cannot read it, what is wrong?? thanks in advance -- View this message in context: http://apache-poi.1045710.n5.nabble.com/InvalidOperationException-POI-cannot-read-temp-file-tp3321489p3321489.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
