The test testWriteSimplePropertySet() just creates an excel file which if I
want to open with Microsoft Excel I get "file format is not valid"
If i add just these lines at the beginning in the test method :
HSSFWorkbook wb = new HSSFWorkbook();
HSSFSheet xlsSheet = wb.createSheet("Page 1");
wb.write(out);
I have a valid excel file but with no information. So I cannot write both
content and summary on the same output stream? (I do not read the
information, just I look inside the excel file at Properties).
--
View this message in context:
http://old.nabble.com/SummaryInformation-tp26497648p26512763.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]