https://issues.apache.org/bugzilla/show_bug.cgi?id=47156
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Yegor Kozlov <[email protected]> 2011-06-24 10:50:11 UTC --- Setting the manager and company properties works fine with POI 3.8-beta3. The following code worked fine to me: HSSFWorkbook wb = new HSSFWorkbook(); wb.createInformationProperties(); DocumentSummaryInformation ds = wb.getDocumentSummaryInformation(); ds.setManager("I'm the manager"); ds.setCompany("My Company); Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
