问题标签 [excelquery]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
excel - 为 Excel 表格中的每个项目创建图表
我有一个 Excel 表格,其中包含几十个不同项目的 90 天指标。我想为此表中的每个不同项目创建一个简单的折线图 - 目的是有一个工作表,我可以滚动浏览并快速浏览峰值。
除了使用与主工作表的查询连接为每个不同的项目创建工作表,然后使用每个项目的工作表创建图表之外,是否有更简单的方法来解决这个问题?
google-sheets - Transofrm excel查询到谷歌表格
我尝试将 excel 查询转换/转换为谷歌表格。
这是来自excel的代码:
我需要: Col 日期需要排序最后一个日期 在 Test1 中删除重复项 在工作表 2 中复制数据
提前致谢。