最大大小 Google sheet,带有应用程序脚本
Max size Google sheet, with apps script
我对我的传播sheet的力量有一点疑问。因为我制作了一个巨大的 sheet 文件,其中包含许多计算和许多函数应用程序脚本(我在应用程序脚本中有 7500 行和 7 个函数)。所以我想知道 sheet 文件是否存在大小限制,如果存在,我的文件是否太大?
根据此页面(数字随时间增加):https://gsuitetips.com/tips/sheets/google-spreadsheet-limitations/
https://support.google.com/drive/answer/37603?hl=en
Google 电子表格非常强大,可以很好地从 Excel 转换而来,但它们确实有一些限制:
- 在 Google 表格
中创建或转换为电子表格的最多 500 万个单元格
- 一次 40,000 个新行
- 最大列数18278列
- 标签数量:每个工作簿 200 张
- Google金融公式:1,000 Google金融公式
- ImportRange 公式:50 个跨工作簿参考公式
- ImportData、ImportHtml、ImportFeed 或 ImportXml 公式:50 个外部数据函数
- 字符串长度上限为 50,000 个字符
Apps 脚本的配额:
https://developers.google.com/apps-script/guides/services/quotas#current_limitations
- 脚本运行时间:6 min/execution
- 自定义函数运行时间:30 sec/execution
- 同时执行:30
我对我的传播sheet的力量有一点疑问。因为我制作了一个巨大的 sheet 文件,其中包含许多计算和许多函数应用程序脚本(我在应用程序脚本中有 7500 行和 7 个函数)。所以我想知道 sheet 文件是否存在大小限制,如果存在,我的文件是否太大?
根据此页面(数字随时间增加):https://gsuitetips.com/tips/sheets/google-spreadsheet-limitations/
https://support.google.com/drive/answer/37603?hl=en
Google 电子表格非常强大,可以很好地从 Excel 转换而来,但它们确实有一些限制:
- 在 Google 表格 中创建或转换为电子表格的最多 500 万个单元格
- 一次 40,000 个新行
- 最大列数18278列
- 标签数量:每个工作簿 200 张
- Google金融公式:1,000 Google金融公式
- ImportRange 公式:50 个跨工作簿参考公式
- ImportData、ImportHtml、ImportFeed 或 ImportXml 公式:50 个外部数据函数
- 字符串长度上限为 50,000 个字符
Apps 脚本的配额:
https://developers.google.com/apps-script/guides/services/quotas#current_limitations
- 脚本运行时间:6 min/execution
- 自定义函数运行时间:30 sec/execution
- 同时执行:30