Skip to content

Add functionality in df_to_sheet to append data to an existing sheet #86

@timdmulligan

Description

@timdmulligan

Hi Diego! Currently in gspread_pandas.spread.Spread().df_to_sheet() you are limited to either wiping the sheet or overwriting existing rows using the replace parameter. How feasible would it be to add an option to append to an existing sheet instead of just overwriting when replace = False? Based on some googling, I think the answer probably lies in values_append within gspread.

If you can get me pointed in the right direction I'll see if I can put together a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions