ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.54k stars 227 forks source link

替换含有$的字符,提示成功,但实际不生效 #558

Open desperado0807 opened 5 months ago

desperado0807 commented 5 months ago

Describe the bug 替换含有$的字符,提示成功,但实际不生效

To Reproduce 字符串,如${abc},在进行替换时,查找内容输入:$,替换内容为空,点击全部替换,提示“已经帮您搜索并进行了1处替换”,但实际未生效

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

desperado0807 commented 4 months ago

So...since no one reply me, should I report it in English?

sanchit3008 commented 3 months ago

@desperado0807 sorry for missing this, yes can you please post this in english

desperado0807 commented 3 months ago

@sanchit3008 OK, the string is '${abc}', and I try to replace '$' to '', then it shows replace successfully, but actually it doesn't work.

sanchit3008 commented 3 months ago

thanks for reporting, i will have a look this week