我们深知每个 Excel 用户的痛点 — 然后一一解决它们。
每一个功能都经过精心打磨,只为让你用得更顺手
Sub InsertRowsWithNumber() Dim i As Long, lastRow As Long lastRow = Selection.Rows.Count For i = lastRow To 1 Step -1 Rows(Selection.Row + i - 1).Insert Next For i = 1 To lastRow * 2 Cells(Selection.Row + i - 1, "A") = (i + 1) \ 2 Next End Sub /* 代码已自动注入Excel,点击执行即可运行 */
import pandas as pd import matplotlib.pyplot as plt df = pd.read_excel('业绩表.xlsx') q3 = df[df['季度']=='Q3'] result = q3.groupby('分公司')['业绩'].sum().sort_values(ascending=True) plt.figure(figsize=(10,6)) result.plot(kind='barh', color='#639922') plt.title('Q3各分公司业绩对比') plt.xlabel('业绩(万元)') plt.tight_layout() plt.show()
按下超能键,所有功能尽在指尖。再也不用在菜单栏里翻来翻去了。
从零开始创建专业表格,10分钟完成别人一天的工作量
来自不同行业用户的真实反馈
免费下载 · 自动更新 · 兼容 Windows 10/11 · Excel 2013+、WPS(官网下载安装64位版本)