You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: