https://bz.apache.org/bugzilla/show_bug.cgi?id=66337

--- Comment #10 from markuswue...@hotmail.com ---
Hi

Thanks for your reply. You're right, the change is included.
What i don't understand is, if i need to call
workbook#createInformationProperties() after object creation so that it is
fully initialized:
> HSSFWorkbook hssfWorkbook = new HSSFWorkbook();
> hssfWorkbook.createInformationProperties();

If i do this, i get a new warning about a missing codepage when calling
hssfWorkbook#write(OutputStream):
"The codepage property is not set although a dictionary is present. Defaulting
to ISO-8859-1."

Is there something missing in the initialization?

Thanks for the help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to