在PptxGenJS的v2.1.0中的PowerPoint中,折线图无法正常工作

时间:2018-04-13 14:18:25

标签: javascript pptxgenjs

我尝试使用图表生成pptx文件,但是当有一些&chart; LINE'时,在Power Point中打开生成的文件时出错。带有' .BAR'的图表类型正常呈现,如文本和图像。

同样的文件在Keynote和Libre Office中完美打开。这只是在Power Point中,它出现在任何版本中(我使用的是Microsoft Office 2016)。 我正在使用最新版本的PptxGenJS(v2.1.0),在导出期间没有出错。我的意思是代码运行正常,没有错误或警告,并导出文件。尝试打开时会出现问题。

Power Point中的错误消息是: PowerPoint could not read content and removed it / Power Point may try to repair the presentation / Power Point failed to repair content and removed it

基本上是一条默认消息,通知无法读取某些内容,并且尝试修复,它已被删除。

注意:在Keynote或Google幻灯片中打开文件,然后保存/导出为'pptx'有用。所有图表都正常呈现。

Expected result - Only occurs in Keynote or Google Slides

由于缺乏明确的错误,我不知道发生了什么,如果有人能帮助我,我会很感激。

谢谢。

1 个答案:

答案 0 :(得分:0)

您使用的是32位版本的PowerPoint吗? 也许框架是导出64位组件,而您的PowerPoint是32。 这将解释开头的错误信息。