Eric P Sheets
Eric P Sheets
First off thanks for the shoutout in the credits! https://github.com/SheetJS/test_files/raw/master/large_strings.xlsx the first worksheet was constructed using string concatenation. Using the `excel_to_csv` example in the repo, the generated output is dropping...
Attempting to require the [`xlsx` module](https://www.npmjs.com/package/xlsx) results in the error `Cannot find module 'xlsx'`. Based on [comments in the README](https://github.com/bigcompany/hook.io#why-or-how-would-i-want-to-use-hookio) and other issues, the service should automatically download and install...
### Environment Node version: v16.14.0 npm version: v8.3.1 Local ESLint version: v8.11.0 (Currently used) Global ESLint version: v7.23.0 Operating System: darwin 21.1.0 ### What parser are you using? Default (Espree)...
Both dashed and zigzag use `Math.atan`: ```ts const alpha = Math.atan((p2[1] - p1[1]) / (p2[0] - p1[0])); ``` It would seem that a generated vertical line would cause errors. Is...
Tested in Chromium and Safari against https://myliang.github.io/x-spreadsheet/ After copying plain text, pasting (either with context menu or Command+V) does not paste any content. It does paste text if you activate...
Set cell A1 to the string "1x" (no quotes) and cell B1 to the number 2. Enter the formula `=A1*B1` in cell C1. Cell C1 will have the value "2*NaN"
Perhaps typescript would be better option? Would be interested to have a smaller bundle.  We can get more mileage if we focus on the cpexcel as its the largest...
Zipped test file [4MB_35KR.dbf.zip](https://github.com/infused/dbf/files/9124962/4MB_35KR.dbf.zip) We were surprised to find that the CLI tool that ships with the gem is significantly slower than JS equivalents: Is there some more efficient way...
### Summary ``` You are linting "**/aura/**", but all of the files matching the glob pattern "**/aura/**" are ignored. ``` ### Steps To Reproduce: Affects a fresh project using latest...
https://deno.land/x/sheetjs v0.18.4 was tagged a few days ago (https://github.com/sheetjs/sheetjs/tree/v0.18.4) but the latest version showing on deno.land is v0.18.3 . Trying to hit the url https://deno.land/x/[email protected] results in a 404