热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

使用NPOI在Excel电子表格中创建图表-creatingchartinanexcelspreadsheetusingNPOI

IknowthatmyquestionwillbeverysimilartootheronesalreadyaskedonSObutasIcantfinda

I know that my question will be very similar to other ones already asked on SO but as I can't find a satisfying answer, I try my luck !

我知道我的问题与已经问过的其他问题非常相似,但由于找不到令人满意的答案,我试试运气!

Does so know whether it's possible or not to generate charts in an Excel spreadsheet using the NPOI library.

这样做是否知道是否可以使用NPOI库在Excel电子表格中生成图表。

I have read that blog but it gives an example where there is already an existing template. Isn't it possible "from scratch" ?

我已经阅读了该博客,但它提供了一个已有现有模板的示例。难道不是“从头开始”吗?

3 个解决方案

#1


6  

After more investigation I got my answer here: http://npoi.codeplex.com/releases/view/19351

经过更多调查后,我在这里得到了答案:http://npoi.codeplex.com/releases/view/19351

Unsupported Features: Excel Chart

不支持的功能:Excel图表

so as explained by Leniel in his blog, we need to use a primary spreadsheet as a template.

正如Leniel在他的博客中所解释的那样,我们需要使用主电子表格作为模板。

Thanks a lot Leniel ! :)

非常感谢Leniel! :)

#2


1  

Another solution to create chart without automation is to use third party components,for example this one SmartXLS for .Net,it can create chart/pivottable from scratch.

在没有自动化的情况下创建图表的另一个解决方案是使用第三方组件,例如这一个SmartXLS for .Net,它可以从头开始创建图表/数据透视表。

#3


1  

For NPOI Example with Chart see: http://www.zachhunter.com/2010/05/npoi-excel-template/

对于NPOI示例与图表见:http://www.zachhunter.com/2010/05/npoi-excel-template/


推荐阅读
author-avatar
opheliamaizi
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有