使用 POI 或 HSSF 从 Excel 文档中提取图表?

发布于 2024-08-09 08:42:49 字数 200 浏览 4 评论 0原文

我有一堆 Excel 文档,其中一张纸上有数据,另一张纸上有根据数据生成的图表。我想获取这些文档并从中生成一系列 HTML 页面。使用 POI(或 HSSF)知道我可以从文档中读取数据并使用某些图表引擎生成图表。但客户对我通过此操作得到的任何引擎的输出都不满意,而只会对 Excel 电子表格中已有的图表感到满意。有谁知道如何从 Excel 中将该图表提取为 JPEG/PNG/GIF?

I've got a bunch of Excel documents that have data on one sheet and a chart produced from the data on another sheet. I'd like to take those documents and produce a series of HTML pages from them. Using POI (or HSSF) know I can read the data from the documents and produce a chart using some charting engine. But the customer's not happy with the output of any engine I through this at and would be just happy with the graph that is already in the Excel spreadsheet. Does anyone know how I can extract that chart from Excel as a JPEG/PNG/GIF?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贩梦商人 2024-08-16 08:42:49

Excel 中没有存储图表“图片”,如果您不使用 Excel,则必须自己渲染图表。

There is no chart "picture" stored in Excel,you must render your chart yourself if you are not using Excel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文