Skip to content

Creating and writing to a Google Spreadsheet inside a folder  #95

Open
@Mahima-ai

Description

@Mahima-ai

My usecase is to write a dataframe to a Google Spreadsheet 'UseCase' inside a folder 'Testing'.

I tried the following:
spread = Spread(spread='/Testing/Usecase', create_spread=True)

This creates a spreadsheet with the name '/Testing/Usecase' as seen using the Client object.

client=Client(load_dirs=True)
client.list_spreadsheet_files_in_folder('0AMdkqF6BUiexUk9PVA')

This is obvious as the functionality is to either provide the Spreadsheet name or the id in the Spread object.

I want to ask is there any way by which I can give the path of the Spreadsheet so that I am able to create the Spreadsheet inside a folder.

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