Philippe Rivière
Philippe Rivière
Related: https://github.com/d3/d3-scale-chromatic/issues/28
I've just been bitten by this—shouldn't we autodetect which date format we have, instead of returning an off-by-4-years date?
I don't understand your comment. The issue as described [in the OP](https://github.com/SheetJS/sheetjs/issues/1565#issue-468586565) gives the example of a file with four rows that contain a date of 2019-01-01. When it's opened...
whatever the project decides is fine with me
I don't care
d3-annotation requires modules d3-selection, d3-drag etc from d3v5, not v6. The change that is probably impacting it is in https://github.com/susielu/d3-annotation/blob/master/src/Handles.js#L86; we'll need to add `event` as the first argument to...
I wanted a similar builder but to run from browser, not node.js; to export the data back to a file I had to do this https://gist.github.com/Fil/eca2a5626256668100d9
For a spherical delaunay, you can also check https://github.com/Fil/d3-geo-voronoi (it uses delaunator internally, with the stereographic projection).
``` $ hexdump -C utf16le.csv 00000000 ff fe 75 00 69 00 64 00 09 00 6e 00 61 00 6d 00 |..u.i.d...n.a.m.| 00000010 65 00 0a 00 e9 00...
For the record if I process it through iconv first, it works: `iconv -f UTF-16LE -t UTF-8 utf16le.csv | q -H -t -e utf-8-sig "select uid from -"`