3

我想使用 Smart XLS 库来处理 C# 中的 excel 文件(特别是因为它可以生成图表,而且它的价格明显低于 Aspose Cells),但我找不到任何好的例子。我只想知道如何创建和修改图表,有什么指导吗?

4

1 回答 1

-1

Maybe you could be interested in EPPlus:

  • Open Source.
  • Charting capabilities.
  • Very good reputation.
  • Active maintenance, last release is just 3 months old.

It only work with xlsx files so if if you need to work with xls, its not an option.

于 2011-08-18T15:04:49.417 回答