Eric P Sheets

Results 61 issues of Eric P Sheets

Compare https://github.com/SheetJS/sheetjs#table-of-contents with https://deno.land/x/[email protected]#table-of-contents GitHub recognizes the HTML5 details block (the `▶` denotes a closed details block): deno.land does not

From a blank workbook with the default template, `Index/DocumentStylesheet.iwa` fails to parse with message ``` NotImplementedError: Don't know how to parse Protobuf message type 26 ```

### Is your feature request related to a problem? Please describe. Referencing the bindings is cumbersome and a deep structure might involve an import like ```js import { Greet }...

### Have you read the Documentation Contribution Guidelines? - [X] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing). ### Description Electron and Wails have different philosophies. Many people are coming to...

TODO

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like API library e.g. `@wails/api` that addresses common use cases. It does...

Currently `minColWidth` and `maxColWidth` apply to every column in a table. Is there a way to set the min or max width for a specific column?

First off, awesome work with `busboy`! The tarball for the 1.6.0 release (https://unpkg.com/browse/[email protected]/) includes many files that probably should be omitted, including the GitHub Actions structures, the test suite and...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug

Digging into https://github.com/Jarred-Sumner/bun/issues/406 , one issue pertained to Buffer semantics. SheetJS assumes NodeJS documented `Buffer` behavior in `toString`. Bun diverges in a few ways: A) `utf16le` spurious data. The UTF16LE...

bug
node.js

First off, awesome work! [We put together a small example of SheetJS + NeutralinoJS](https://docs.sheetjs.com/docs/demos/desktop/#neutralinojs) to read and write spreadsheet files. There were a few minor nits in the documentation around...