Bug 66479 - Inserting Line Shape When Dx1>Dx2 in an Excel Cell
Summary: Inserting Line Shape When Dx1>Dx2 in an Excel Cell
Status: NEEDINFO
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 5.3.x-dev
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-18 20:01 UTC by Paolo
Modified: 2023-02-19 09:17 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo 2023-02-18 20:01:40 UTC
I am trying to insert a line shape in excel using apache poi. I have created an Anchor and if you set dx1 bigger than dx2 (or dy1 bigger than dy2) in this anchor then something is going wrong with the generated excel file and when you try to open it a message pops up (We found a problem with some content in file). 
It would be great if anybody investigate on this. Thank you!
Comment 1 Dominik Stadler 2023-02-19 09:17:44 UTC
Please provide more information and sample-code, ideally as a unit-test that can be run directly in order to allow others to try to reproduce your problem.