🌧

Results 14 issues of 🌧

## Feature request(新功能建议) Axios应该整个原生响应都可以配置好点吧,现在要对原生res做处理要改的地方有点多(比如我要获取流)。

### 初始清单 - [X] 这真的是个问题吗? - [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。 ### 问题 设置单元格格式缩小字体填充 ### 解决方案 ![image](https://github.com/user-attachments/assets/b533ce64-93c3-44ef-a251-11494128c91c)

feature request
scope:rendering
backlog

Will Show Console output the `print` to it, why doesn't mine output it? ![image](https://github.com/user-attachments/assets/b4c3288d-6660-4490-a9fa-f0fa97893cac)

```python @xw.func @xw.arg('range', convert='range') def update_order_style(range: xw.Range): pass ``` ```vba Private Sub Worksheet_Change(ByVal Target As range) xlwings_udfs.update_order_style Target End Sub ``` > The following issues are likely to occur when...