What is the best practice to read date type value? · Issue #1565 · SheetJS/sheetjs

With cellDates read option, xlsx library tries to convert date-type cell to js Date object. However, it does not seem to respect date1904 property of sheet when constructing js Date object. #126 ex...