I am loading xlsx files in the iPad using wijmo spreadJs framework. When i select a cell i am be to see "Cut", "Copy" & "Paste" option be default. I want to disable it.
Asked
Active
Viewed 263 times
1 Answers
1
You can disable all the entire spreadsheet
spreadsheet.setIsProtected(true);
Then you won't be able to perform any action, just visualize

Juan Rivillas
- 897
- 2
- 9
- 23