For shared spreadsheets, the permission has been set to viewer, and unticked the checkbox "Viewers and commenters can see the option to download, print, and copy". However, the viewer still able to get values by using App Script, for example function:
function grabValues(){
const ss = SpreadsheetApp.openById(sheetId)
const sheet =…
Top comments (0)