问题标签 [office-scripts]
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 - 使用选项保护 Office 脚本中的工作表
如何保护工作表但允许用户格式化 Office 脚本中的列?我尝试了几件事,但没有任何成功。
请参阅随附的链接
excel - How to Clear Table Style in Office Scripts?
How can I clear the styles on a table? I tried recording the macro but when I record it and run it, it will say failed (Table setPredefinedTableStyle: The argument is invalid or missing or has an incorrect format.).
How can I clear the table style?
excel - 使用非表格格式的 Excel 数据
方案,收到的电子邮件附有 Excel 文件 (.xls),文件包含未格式化为表格的数据 (Sheet1)。
问:是否有某种方法可以使用 Power Automate 对其运行脚本以应用转换?
理想的结果是:以电子邮件附件形式接收 Excel 文件,删除 Sheet1 中的标题行(第 1 行和第 2 行),另存为 CSV 文件并将新文件通过电子邮件发送给用户。
office-scripts - 在保护表之前解锁单个单元格
还有另一个问题涉及如何保护工作表,但没有显示如何解锁单个单元格。
我不能只是开始录制并创建一个脚本(通常会显示它是如何完成的),因为显然,excel online 仍然不支持保护工作表免受 Web UI 的影响。
office-scripts - 将表格从一张表复制到另一张表
我想将整个表从一张表(inputSheet)复制到另一张表(outputSheet),然后继续复制并添加更多表到同一个 ouputSheet
以下是我尝试过的一些事情:
我希望有一些类似于这种方式来复制工作表的简单方法:
但是还没有找到可以做到这一点的表格或工作表方法。