ExcelFiles.jl icon indicating copy to clipboard operation
ExcelFiles.jl copied to clipboard

Make it default to overwrite existing files instead of throwing an Error

Open xgdgsc opened this issue 6 years ago • 1 comments

Currently it shows error like:

Error encountered while saving "results/rob/gp_2019-01-27-13-13_1_mr01.xlsx".
Fatal error:
ERROR: LoadError: AssertionError: results/rob/gp_2019-01-27-13-13_1_mr01.xlsx already exists.
Stacktrace:

when file exists. Is there an option to overwrite? Most saving utilities I use overwrite files by default, like CSV and JLD2.

xgdgsc avatar Jan 31 '19 01:01 xgdgsc

Yeah, adding an option that allows overwriting would be good!

davidanthoff avatar Jan 31 '19 20:01 davidanthoff