cdmahoney
cdmahoney
I tried adding cellDates option but it made no difference - but on looking into datenum method I found the source of the problem. The datenum method uses the dnthresh...
Sorry, pressed wrong button!
Rafael, I've fixed the problem locally by making the following changes in xlsx.js. If you're still having the problem you mught want to try it. 1 - Add method `getTimezoneOffsetMS`:...
Sure, reproduced in 2.0.8, downloaded with https://unpkg.com/[email protected]/dist/jsts.min.js. Test code: ~~~~ var gjr = new jsts.io.GeoJSONReader(); gjr.read('{ "type": "FeatureCollection", "bbox": [0.16105767174684102, 40.523177071019411, 3.3321981172927941, 42.860690087654696], "features": [] }'); ~~~~ Same error as...