chk-

Results 4 comments of chk-

What about changing the line `if (!opt.forceUpdate && _.intersection(_.keys(result.invalidAttrs), _.keys(changedAttrs)).length > 0) {` to this: `if (!opt.forceUpdate && _.intersection(_.keys(result.invalidAttrs), _.keys(validatedAttrs)).length > 0) {` ? So I did and I'm testing...

Hi, I worked arround this issue by manually adding the timezoneOffset to the date: ``` function correctTimezoneIssue(jsDate) { return new Date(jsDate.getTime() + (jsDate.getTimezoneOffset()*-1) *60000); } ws.cell(rowNo, colNo).date( correctTimezoneIssue( new Date(...

@natergj Thank you for your advise, you're totaly right. So I went deeper and these are the facts I could collect: Excel treats dates as universal. I generated a file...

I had the same issue and solved it by providing the correct PATH ENVIRONMENT VARIABLE. f.e.: PATH = ...;C:\oracle_instantclient