Hacker News new | ask | show | jobs
by qreoct 1 day ago
Cool project! I was playing around with the Excel viewer - the docs claim "Search across sheets and cell ranges", but I can't seem to trigger search functionality and the browser search bar can't find contents on cells.

Is this a known issue?

1 comments

just added an example implementation in the xlsx viewer for search, but the code is yours to modify and customize. react-xlsx should expose the necessary functions to implement a custom search (by workbook/sheet etc...)
Appreciate the pointer here, this is what I need! Hope this project keeps growing :)