php - 将 HighChart 与其他页面内容一起导出为 excel 文件中的图像

标签 php image excel graph highcharts

将 HighChart 与其他页面内容(如表格、文本等)一起导出为 excel 文件中的图像。当我单击导出按钮时,整个页面内容将通过标题保存为 excel 文件,而不是将所有页面内容导出到excel 文件,它排除了 HighChart Graph。我认为解决方案是将图形导出为 excel 中的图像,但我不知道该怎么做。有没有人知道该怎么做或知道如何解决这个问题?

最佳答案

  1. 这是 highcharts documentation 上的链接.这将帮助您导出图像并存储它。

  2. a) Documentation #1
    b) Documentation #2
    这将帮助您使用 PHPExcel 类 API。

  3. 最后是使用 PHPExcel 类将图像粘贴到工作表的示例:onetwo ;

有更多问题?查看该链接:one , two .
以及官方 PHPExcel 示例:here .

祝你好运!

关于php - 将 HighChart 与其他页面内容一起导出为 excel 文件中的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11425862/

相关文章:

ios - 缓存图像和 UICollectionView

c# - 使用 C# 从 SQL Server 数据库中保存和检索图像

c# - 有没有什么方法可以安全地进行图像量化并且无需编码?

javascript - 为什么 PHP json_encode 会展平数组?

php - 如何在 php 中使用通过 header() 传递的变量

Excel VBA 存储/暗表标签颜色

excel - 如何使用 Excel VBA 从 Outlook 检索电子邮件?

excel - 如何将 IFERROR 应用于 Excel 中的所有单元格

PHP 错误和 JavaScript 验证

php - 如何解码 unicode python 参数?