-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to overwrite existing sheet? #12
Comments
I would like to know as well. Thanks! |
As workaround,delete the sheet before, it works and it doesn't need additional libraries:
|
@antonmry is there also a way in scala with pyspark? i tried this methode, but doesn't work |
My way is to add deleteWorksheet(sheetName) at the very beginning of addWorksheet. |
this is not working |
Like title says, I want to be able to overwrite existing sheet with data.
I tried add
SaveMode
, but no effect:I'm getting permission error:
How can I overcome this? I'm using version
0.4.0
.The text was updated successfully, but these errors were encountered: