I am creating a excel table with office.js using addFromNamedItemAsync with table binding. This table will have thousands of rows. We have to read some specific row and save to backend.
Instead of using table.rows and iterate all the rows, is there a way to keep an identifiers to the rows, and access them directly?
May be adding a bookmark to some rows and accessing them directly? Please let me know if there is any ideas to bind rows/name the rows?