Closed CKolkey closed 2 years ago
Hi @CKolkey
Thank you for your issue I can confirm - this is a bug. Issue 55567 in our private issue tracker.
Outstanding, thanks for the quick response. Out of curiosity, do you have any kind of rough timeline for a fix?
Sorry I'm just a QA guy and cannot provide any time frames to any fix
If you really need this problem fixed - better to contact sales@onlyoffice.com or support@onlyoffice.com if you're already a paying customer.
Will do, thanks.
Hi @CKolkey
We fixed this issue at fix bug #55567 This will be released as 7.1.0, but I cannot give ETA for this release.
I really appreciate the fast turnaround - thanks!
I'll leave this issue opened until we'll release this fix
DocumentBuilder v7.1 is released and this issue should be fixed. I'm closing it, feel free to comment or create new if got any troubles
I'm following the presentation chart api documentation: (https://api.onlyoffice.com/docbuilder/presentationapi/api/createchart)
I've created a presentation without issue and the pptx file is viewable in powerpoint. However, if I right click on the resulting chart and try to edit the data, I'm met with the following error:
This happens on both windows and macos, on both my local machine and on the onlyoffice api documentation page (link above).
For fun, I opened up the pptx (zip) file to see if there was an embedded xlsx file, and sure enough, it's there. The relation ID's seem to be correct, too. However when I attempt to open the xlsx file on its own in excel, I'm being told that there are issues with the file, and that excel needs to repair it. Here's the repair log:
Now here's the real trick: this occurs when using the API page I linked to above. The chart data is editable in your webapp, but not in powerpoint or excel, so I feel confident that the issue is not in my local setup.
Steps to reproduce the problem:
For posterity, here is the setup I am using locally:
DocumentBuilder version: v7.0.0.132 (sdk version: 7.0.0 (build:132))
Installation method: https://www.onlyoffice.com/en/download.aspx#builder (for centos)
Operating system: linux/centos
I've also attached an offending pptx file, though it's the exact one downloaded from your api docs. Example Title.pptx