Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template Excel with doughnut chart #463

Open
Killspin89 opened this issue Sep 23, 2016 · 4 comments · May be fixed by #990
Open

Template Excel with doughnut chart #463

Killspin89 opened this issue Sep 23, 2016 · 4 comments · May be fixed by #990
Assignees

Comments

@Killspin89
Copy link

Killspin89 commented Sep 23, 2016

Hello,
i loaded a template excel with some pivot table.
I found a dump in load method.
dump_excel

Someone can help me? Do you found the same problem in the past?
Best regards.

Stefano

@ivanfemia
Copy link
Collaborator

Hi,
pivot table are not supported in abap2xlsx.
If you want to upload table you can propose a fix in order to do not generate the dump and attach to the following thread a xlsx for test.

Thank you,
Ivan

@Killspin89
Copy link
Author

Killspin89 commented Sep 27, 2016

Hello Ivan,
thanks for your support.
You can find a xlsx for test on the attachment.
Thank you,
Template_ABAP.xlsx

Stefano

@sandraros sandraros self-assigned this Feb 6, 2022
@sandraros
Copy link
Collaborator

sandraros commented Feb 6, 2022

Thanks for the test case, I reproduced.

Steps to reproduce:

  • run zdemo_excel37, select the file above and display it → the short dump happens

Reason:

  • It's due to the doughnut chart in the sheet Torta-Falliti. Doughnut charts are currently not supported by abap2xlsx.
    image

@sandraros sandraros changed the title Template Excel with pivot table Template Excel with doughnut chart Feb 6, 2022
@sandraros sandraros linked a pull request Feb 6, 2022 that will close this issue
@sandraros
Copy link
Collaborator

sandraros commented Feb 6, 2022

The attached PR currently solves the short dump, and although the doughnut chart is rendered in the end, the handling of doughnut chart is not done yet (I plan to create the class zcl_excel_graph_doughnut and to initialize it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants