I'm using version 9.2.0. Header: content-disposition: attachment; filename="data.xlsx". Name of downloaded file: _data.xlsx_.
This is the same issue as #501 and #609. Seems like current solution doesn't work because regex is incorrect. The solution then is to replace /\\"/g with /\"/g or /"/g.