- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 8k
 
Description
Hello,
when I import a specific xlsx file some of the dates are imported correctly and others get a wrong date which is [(date in file) - 1 day].
Attached you'll find a file (test.xlsx) that only contains two rows of data. The first one (row no. 4) imports fine and the second (row no. 5) leads to the error. You can see this in column J which is called 'Order date'.
If I look in the Chrome Javascript Debugger the imported field seems to have an associated timezone information. I've tried to transfer the number formating in Excel from a working cell to the non working cells but this had no effect. While importing the data it doesn't make any change if I use readtype.raw true or false.
I'm using Win10, Chrome 73.0.3683.86 and version 0.14.0 of js-xlsx.