natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

Write to Existing File #332

Open lsbyerley opened 3 years ago

lsbyerley commented 3 years ago

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?