Closed dangnlg2 closed 7 years ago
Is there anyway to add a column to a worksheet?
I know there is a function called "insert_row(row#,data)", is there something similar to this but for columns?
If not, how can I add columns to my worksheet?
Did you read the Guide?
Yes, I did not see anything about adding columns there. That is why I asked this question here.
My guess is you will have to rewrite the whole sheet with the new column.
Is there anyway to add a column to a worksheet?
I know there is a function called "insert_row(row#,data)", is there something similar to this but for columns?
If not, how can I add columns to my worksheet?