How to copy chart to word file

hi,

i have an excel file which contains an chart
TEST.7z (16.2 KB)

i want to copy the chart to a word file.
TEST.docx (15.2 KB)

on excel side ,i am using aspose.cells (20.8)
on word side i am using open xml sdk(DocumentFormat.OpenXml.Packaging.WordprocessingDocument.

is there any api provided by aspose.cells that i can get the chart data follwowing open xml word chart format (ChartSpace class)

thank you very much.

@vs6060_qq_com
Currently, Aspose.Cells does not support copying chart to Word file.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-55544

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@vs6060_qq_com
Please try save chart with Aspose.Cells to xlsx file, then load xlsx with DocumentFormat.OpenXml.Packaging to get ChartSpace.