Gaze

Results 4 issues of Gaze

To reproduce: 1. merge cell from A1 to B10 2. select the 3rd row 3. insert 5 rows 4. refresh the page 5. click any single cell in range of...

copy number with text format to a cell with text format will not auto generate cell type * before: When we copy "001" to a cell with text format, the...

fix style loss while adding style to inline text fix #480

+ Go 版本:1.22.1 + wechatpay-go 版本:v0.2.20 官方实例中的回调接口解密函数 ```golang func (h *Handler) ParseNotifyRequest(ctx context.Context, request *http.Request, content interface{}) (*Request, error) ``` 其中需要传入一个`*http.Request`实例,但是使用grpc-gateway时,无法获取`*http.Request`实例