I found the Google Sheet Java API to hide columns, but I couldn't find any API to unhide/show a hidden column. The only way I could figure out till now is using Apps Script. Can you please help with the corresponding Java API?
Asked
Active
Viewed 369 times
1
-
Does setting property mentioned in the following answer to FALSE solve your problem? https://stackoverflow.com/a/42451662/10704949 – Pratik Bhavsar Dec 16 '19 at 11:52
-
No that doesn't, I have tried that. But didn't work – Mukund M Dec 16 '19 at 11:58
-
Check out the answer [here](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request), seems to be what you're after. – Rafa Guillermo Dec 16 '19 at 16:41