从智能标记aspose生成excel图表

时间:2016-01-04 22:52:46

标签: excel charts aspose

我有一个excel模板,其中包含以下两列时段和points,trend.period和trend.points是aspose智能标记,代表数据。

Period          Points
&=trend.period  &=trend.points

生成的表格如下。

Period  Points
4Q'14   27
1Q'15   0
2Q'15   0
3Q'15   0
4Q'15   200

为表2生成柱状图很容易,如何使用智能标记为表1生成相同的图表? enter image description here

1 个答案:

答案 0 :(得分:2)

您可以使用Aspose.Cells'完成任务。智能标记功能。您需要做的就是根据插入单元格的智能标记创建命名范围。我已根据您的要求使用Aspose.Cells API编写了示例代码。请参考它,您可以根据需要相应地添加/更新代码段。

e.g

示例代码:

\b(IX|IV|V?I{0,3})\b

我是Aspose的支持开发人员/传播者。