How do I hide column in google sheets using APIs ?
29 views
Skip to first unread message
Khushboo
unread,
Mar 21, 2024, 2:55:01 PM3/21/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi there,
In my project we generate a google sheet with certain number of columns. One of the column, is not important to the user, so I want to hide it for them.
I considered not even generating the column but then that column is important for debugging purposes.
I checked the google APIs doc but couldn't find anything. Any suggestion would be highly appreciated.