The case:
Spreadsheets that have 2 columns with data. The columns are named "first name" and "last name". Some examples of datasets: "John Bond" and "Stive Colins" etc.
I need to delete the above columns data and insert some new data into these columns.
It should be done in an efficient way with Zend_Gdata_Spreadsheets class.
Thanks