2021-7-11更新
主页(选项卡)
管理列(组)
选取列
删除列
减少行(组)
保留行
删除行
删除重复….Distinct/判断重复…IsDistinct
排序(组)
转换(组)
转换函数Table.TransformColumns:
https://www.cnblogs.com/officeplayer/p/14400313.html
判断某值是否在列表中存在List.Contains
https://www.cnblogs.com/officeplayer/p/14772728.html
拆分行Table.ExpandListColumn:
https://www.cnblogs.com/officeplayer/p/14400265.html
分组依据Table.Group:
https://www.cnblogs.com/officeplayer/p/14800026.html
设置数据类型Table.TransformColumnTypes:
https://www.cnblogs.com/officeplayer/p/14826457.html
提升标题Table.PromoteHeaders:
https://www.cnblogs.com/officeplayer/p/14879176.html
降级标题Table.DemoteHeaders:
https://www.cnblogs.com/officeplayer/p/14903289.html
替换值Table.ReplaceValue:
https://www.cnblogs.com/officeplayer/p/14998547.html
其他
固定结构
声明函数参数: