Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue Oct 31, 2023 9:30 am

Dear support team,

within Word you have the possibility to insert diagrams into the document using menu item Insert > Diagram, select the diagram type from the dialog "Insert diagram" and click "ok". Then you can fill the Excel table with the data to show in the diagram. See the attached screenshots to better understand what I mean.

Is that possible with Spire.Doc for Java, too, and if yes how can this be achieved? A code example would be really helpful.

Kind regards,
Marcus

mgattinger
 
Posts: 65
Joined: Fri May 21, 2021 9:03 am

Wed Nov 01, 2023 2:20 am

Hi Marcus,

Thanks for your inquiry.

Currently, our Spire.Doc for Java does not support adding charts. However, I want to inform you that our .NET product already has this feature available. Please note that the code for .NET has not been synchronized with Java yet.

To address your request, I have created a new feature with the ticket number SPIREDOC-10005. Once our Spire.Doc for Java supports adding charts, I will notify you immediately.

Thank you for your understanding and patience. If you have any other questions or concerns, please feel free to let me know.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Wed Jan 10, 2024 2:14 am

Hi,

Thanks for your patience.
Glad to inform you that we just released Spire.Doc for Java 12.1.0, which has supported to insert diagrams. You can refer to the change logs in our website for the detailed usage.

Website link: https://www.e-iceblue.com/Download/doc-for-java.html
Maven:
Code: Select all
<repositories>
    <repository>
        <id>com.e-iceblue</id>
        <name>e-iceblue</name>
        <url>https://repo.e-iceblue.com/nexus/content/groups/public/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>e-iceblue</groupId>
        <artifactId>spire.doc</artifactId>
        <version>12.1.0</version>
    </dependency>
</dependencies>


Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Wed Jan 17, 2024 12:44 pm

Greetings!

Thank you for informing me about the new feature. I'll test it as soon as I have some time for it.

BTW: The feature request was registered by ticket number SPIREDOC-10005. I wonder why I do not find this ticket number within the release notes. This brings me to another question. Is there a possibility to check whether a ticket is resolved and if yes in which release? I've 4 other tickets and I don't know if they have been already resolved (ticket numbers: SPIREDOC-9382, SPIREDOC-9631, SPIREDOC-9692, SPIREDOC-9708). Can you advice me how to find that out, please?

Kind regards,
Marcus

mgattinger
 
Posts: 65
Joined: Fri May 21, 2021 9:03 am

Thu Jan 18, 2024 10:13 am

Hi Marcus,

Thank you for bringing the issue to our attention. We sincerely apologize for the omission of the bug or feature ID in the update log due to an internal oversight on our part. We have added it now.

Regarding the four additional bugs you mentioned, the first bug has been fixed and our team has informed you, as for the other 3 issues, currently, it has not been solved yet.

Please rest assured that our team will notify you as soon as the issue is resolved.

Once again, we apologize for any inconvenience caused and thank you for your continued support.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Return to Spire.Doc