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.
Reffered to this doc but couldn't find any answer https://developers.google.com/sheets/api/samples/rowcolumn
It is not necessary to use google-sheets-api to hide a column. Try this code: