Open
Description
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
Labels
No labels