public class WorkbookUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
use1904Dates(Document workbookDoc) |
static boolean |
use1904Dates(OoxmlReader reader)
Deprecated.
|
@Deprecated public static boolean use1904Dates(OoxmlReader reader) throws IOException, InvalidFormatException, SAXException
use1904Dates(Document)reader - reader for the xlsx fileIOException - if the workbook cannot be readInvalidFormatException - if the workbook is invalidSAXException - if the workbook cannot be parsedpublic static boolean use1904Dates(Document workbookDoc)
workbookDoc - the workbook document in XML format