spreadsheet-viewer icon indicating copy to clipboard operation
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

Results 9 spreadsheet-viewer issues
Sort by recently updated
recently updated
newest added

it would be nice hyperlink text work

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

### 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**'...

enhancement

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...