Sorry breako, but the current version of the spreadsheets API does not
support this.  From the documentation:

"Spreadsheets inserts the new row immediately after the last row that
appears in the list-based feed, which is to say immediately before the
first entirely blank row."

We will consider this feature for a future version of the API.

-Vic



On Mon, Feb 6, 2012 at 8:50 AM, breako <[email protected]> wrote:

> Hi,
> The google python library for spreadsheets allows you to insert a row to a
> spreasheet using the InsertRow api.
>
> Here is an example:
>
> gd_client.InsertRow(myDict, spreadSheetKey, workSheetKey)
>
> myDictionary is the dictionary you are inserting, spreadsheetKey is the
> key for your spreadsheet and worksheetKey is the key for your worksheet.
> However, I'd like to insert into a specific row in the middle of my
> spreadsheet. This API only inserts at the end.
>
> Is there any way to do this?
>
> Thanks.
>

Reply via email to