Gantrol Hwang

Results 6 issues of Gantrol Hwang

本文将指出“用程序批量填充单元格公式”一节中,本可以用excel方便做到的几个点。 > 1. 可问题在于,若是我需要填充的单元格多达几百个,甚至更多,鼠标拖拽就很费劲了…… 比如要做到,填充100个100,假设是从`A2`开始,那么就是要填充`A2:A101`。 在`A2`输入100后,在左上角名称栏处输入`A2:A101`,回车,`cmd + d`(向下填充,win下是`ctrl+d`) ![image](https://user-images.githubusercontent.com/31330732/182540021-0f3a87fd-1181-4e1e-8abe-03f305e31491.png) > 2. 这样的时候,你就会沮丧地发现,要填充几百个单元格竟然是「不可能的」! 比如想做到: ``` =SUM(K2:K2)*I2/SUM(J2:J2)-1 =SUM(K2:K3)*I3/SUM(J2:J3)-1 ``` 应该要在列数前面加个美元符`$`固定,就是说: ``` =SUM(K$2:K2)*I2/SUM(J$2:J2)-1 ``` 向下填充一行就变成: ``` =SUM(K$2:K3)*I3/SUM(J$2:J3)-1 ``` 也就是想要的效果。 行数前面加$就是固定行数,列也一样…… --- 注:文中 Excel...

[基础教程](https://www.markdowncando.com/zh/tutorial): ![image](https://github.com/ruanyf/weekly/assets/31330732/d30c1c38-4628-4b16-871d-981b26bffc60) [在线演练场](https://www.markdowncando.com/zh/playground/): ![image](https://github.com/ruanyf/weekly/assets/31330732/38b86baf-5db5-4fe2-b601-71eee2e5195b)

在[必应聊天分享与保存](https://github.com/gantrol/Bing-Chat-Saver)项目引用了你这个库,效果很不错的。 只是目前还有一点疑问,怎么才能把变成文本两行的引用调整成一行? ### 效果图 ![image](https://user-images.githubusercontent.com/31330732/218899483-8f64d453-656a-459b-a3f0-d39af3604a3d.png) ### 原网页 ![image](https://user-images.githubusercontent.com/31330732/218899625-997df76c-061a-4da8-aebf-81ae3584de66.png) ### 引用部分的css ![引用的css2](https://user-images.githubusercontent.com/31330732/218899696-55d62ca5-c2f3-4cfd-a2b2-c3961885283d.png)

Bug
Font

It seems that "conversation style group" is not shown as soon as the main chat page, so the click event was added failed ![image](https://user-images.githubusercontent.com/31330732/226786409-be650d20-1824-40cd-b9b0-2604969738f5.png)

enhancement

试了一下,比想象中要难得多,暂时搁置。如有可能,会跟“重构图片导出”一起做。计划使用PDF.js实现。 I gave it a try, and it's much harder than imagined, so I'm putting it on hold for now. If possible, I'll work on it together with "Refactor image...

enhancement
help wanted

### What features would you like to see added? Enhance the current AI chat interface by adding a voice call functionality. This feature will allow users to initiate and engage...

enhancement