【问题标题】:How to embed a Google Chart Gantt chart into a Google Sheet?如何将谷歌图表甘特图嵌入谷歌表格?
【发布时间】:2017-07-13 22:24:32
【问题描述】:

我目前将我的项目计划保存在 Google 表格中。我现在看到 Google 有一个 Gantt Chart 可以直接嵌入到网页中。我想将甘特图直接嵌入到 Google 表格中。本机插入->图表不包括甘特图的选择。有没有办法在 Google 表格中使用此控件?

【问题讨论】:

    标签: google-sheets gantt-chart


    【解决方案1】:

    很遗憾,Google 电子表格不提供内置甘特图选项。而且 Google Apps 脚本不具备以链接提及的方式操作 UI 的能力。我发现的最佳选择是使用SPARKLINE 函数来创建带有电子表格数据的交互式甘特图。

    =SPARKLINE({daysSinceProjectStartUntilTaskStart, daysSinceProjectStartUntilTaskFinish})

    这是一个教程和演示:https://trevorfox.com/2017/01/google-spreadsheets-gantt-charts/

    【讨论】:

    • 感谢您的建议!
    猜你喜欢
    • 2015-11-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-21
    • 2016-02-20
    • 1970-01-01
    • 2014-01-08
    相关资源
    最近更新 更多