On Tue, 16 Aug 2011, Alan Bowsher wrote:
My only question is, using the SAX parser, how do I tell if the workbook is using the 1904-indexed dates? Or is that so unlikely to be used that I shouldn't worry about it?
The 1900 vs 1904 date information is stored on the workbook. If you look at XSSFWorkbook you can see how to check for it - isDate1904()
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
