Hello,
I test the example Outlines.java in hssf\usermodel\examples in POI
3.0-alpha2
And on the case 6 I have an exception :
Exception in thread "main" java.lang.NullPointerException
at
org.apache.poi.hssf.model.Sheet.serializeIndexRecord(Sheet.java:782)
at org.apache.poi.hssf.model.Sheet.serialize(Sheet.java:727)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.getBytes(HSSFWorkbook.java:937)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.write(HSSFWorkbook.java:875)
at outlines.createCase7(outlines.java:180)
at outlines.main(outlines.java:53)
The first five files is ok, and there is a outline7.xls empty.
An idea ?