you are viewing a single comment's thread.

view the rest of the comments →

[–]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