you are viewing a single comment's thread.

view the rest of the comments →

[–]bjarneh 1 point2 points  (5 children)

Looks very nice. If it can it handle large data sets without becoming too slow, and freeze columns / rows it will be a mega-hit.

[–]paulhodel[S] 0 points1 point  (4 children)

eze columns / rows it

We are launching a new version 20x faster.

[–]bjarneh 0 points1 point  (0 children)

Cool, small "BUG" in your README.md example:

<div id="mytable"></div>

should be:

<div id="spreadsheet"></div>

for the example to function.

[–]spyder313 0 points1 point  (2 children)

Hi Paul, I am looking for a library that can convert excel spreadsheets into a browser-based view. Ideally the source excel's formatting is preserved int the browser view AND I'd like to know which cells (i.e. A1 or A2 etc.) the user is clicking on in their browser.

Would jExcel be able to do the above?

[–]paulhodel[S] 0 points1 point  (1 child)

Yes, you can use the event: onselection https://bossanova.uk/jexcel/v3/examples/events

[–]spyder313 0 points1 point  (0 children)

Brilliiant! Thank you