excel4node icon indicating copy to clipboard operation
excel4node copied to clipboard

Write to Existing File

Open lsbyerley opened this issue 5 years ago • 0 comments

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?

lsbyerley avatar Jan 16 '21 15:01 lsbyerley