spreadsheet-viewer
spreadsheet-viewer copied to clipboard
Spreadsheet Viewer is a developer-friendly JavaScript tool that lets your users preview Excel files without leaving your web app
Implements #8 To do: - [ ] deploy on the target subdomain - [ ] add a cross-browser test for CORS (IE11, Safari) - [ ] add a JavaScript, URL...
I discussed it with @krzysztofspilka yesterday that we should offer a free CORS proxy to help the developers get a quick start with Spreadsheet Viewer. The CORS proxy removes the...
The name "Web Messaging API" is not intuitive. There is no such thing in the Web standards. There used to be a document "HTML5 Web Messaging", but actually it defines...
I tried using the client library with frame assets hosted with CDNs `skypack.dev` and `unpkg.com` and they both have the same problem: Providing a custom query string (`?svId=...`) by client...
Use a less popular port number 8080 in our developer samples, because that people might have existing dev servers, service workers, etc running at that port. It is confusing that...
### Title change The issue with titles applies to the general template that we see when a workbook is not loaded. The name should be changed from '**Handsontable Spreadsheet Viewer**'...
How can I get the cell contents for the highlighted range here? I'd expect something back like `[[9.82, 7.57],[155, 296]]`. The "cellSelectionChanged" event only returns the coordinates of the selected...