Hi, when accessing an HSSF workbook, I can get metadata for the workbook such as author and last modification date from the SummaryInformation object. How do I get the equivalent fields for an XSSF workbook?
I've looked at the examples and googled around for this; so far I've found that Workbook.getExtendedProperties() method and the getUnderlyingProperties() on the the extended properties, but I can't find any methods for things like author, creation time or modification time. Any ideas? Regards, Jan
