I have a powerpoint template which I want to use to create a monthly report. The number of columns in one of the table on the slide can change based on some logic and I would like to add new column during runtime.
I was looking for a method to add a column but couldn't find one. The python-pptx documentation lists an add(before) method under _ColumnCollection class but I think it is not yet available.
Does anyone know of any way to achieve this?