Results 5 issues of Nguyen Tran

### Version - [X] I'm using version 1.6.0 ### Known issues - [X] I've checked Known issues ### Existing issues - [X] I've checked Existing issues ### What operating system...

help wanted
electron
upstream

When I press `Ctrl + R`, the whole app refresh, which remove all the code, instead of reloading the webview.

bug
help wanted
good first issue

I use QrScanner for the images below but it returns no result (Error in Promise). ```javascript const file = event.target.files[0]; QrScanner.scanImage(file).then(...); ``` ![qr-code](https://user-images.githubusercontent.com/27907396/131165015-3cfe174c-fa1f-4b74-9c9f-c6fa076c9a3c.png) ![strange](https://user-images.githubusercontent.com/27907396/131165149-cc959b38-ee07-4d20-a623-86a91861eb9b.png) Both of the images are readable...

Currently we are able to assign a name to a range. However, the default scope for that range is within the workbook, which is the same as changing the name...

enhancement

Currently, the "automatically format grid formulas" setting only format the formula based on the size of the editor. The format is not reflected in the cell value when applied. There...