Hello, I am upgrading an old java app that I created using HSSFWorkbook now that we are using Excel 2010.
All of the code is basically the same - just changed it to work with XSSFWorkbook. I test it on my programming computer that has eclipse installed and the jdk and jre etc... all works fine. The entire program. I can run this 100 times here with the same test cases and all is fine. I copy the program to another computer. It all loads correctly and I do the same tests. It does all of its actions correctly all the way until the end. The program runs perfectly up until the point of wb.write(fos), then just hangs. Doesnt crash, doesnt throw an exception, does nothing at all just sits. Any ideas? Thanks -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XSSFWorkbook-write-Issue-tp5712489.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]
