Skip to content

ReadableWorkbook isDate1904 resolution problem #521

Open
@vespesa

Description

@vespesa

The attached Excel file is very simple:
Image
The file is saved in date1904 format, but ReadableWorkbook does not recognize that. On the other hand, Apache POI XSSFWorkbook resolves the date mode correctly (in Clojure REPL):

> (def f (clojure.java.io/file "window1904.xlsx"))
> (.isDate1904 (org.dhatim.fastexcel.reader.ReadableWorkbook. f))
false
> (.isDate1904 (org.apache.poi.xssf.usermodel.XSSFWorkbook. f))
true

window1904.xlsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions