Is your feature request related to a problem? Please describe.
When using wb.write() to create a file, if the file already exists, does it update the file?
In my experience, when trying to write to an existing file, nothing happens. Is there a way to have wb.write() update the file if it already exists or create it if it doesnt?
Is your feature request related to a problem? Please describe. When using
wb.write()
to create a file, if the file already exists, does it update the file?In my experience, when trying to write to an existing file, nothing happens. Is there a way to have
wb.write()
update the file if it already exists or create it if it doesnt?