I have few column names defined in my choices and I am adding it to the sheet as a first row but, one of the column should not be present all the time, it should vary conditionally, so I want to add a specific column based on some condition.
Here is my code sheet.add_row choices, style: style_shout
NOW, How should I add a column to the sheet?