Bug 67726 - Error occur when using createChart
Summary: Error occur when using createChart
Status: RESOLVED DUPLICATE of bug 67510
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 5.2.3-FINAL
Hardware: PC Mac OS X 10.1
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-13 01:54 UTC by jongchan lee
Modified: 2023-10-13 08:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jongchan lee 2023-10-13 01:54:18 UTC
After Excel was updated to 16.78, can not open excel file created by code below.

[code]
val drawing: XSSFDrawing = sheet.createDrawingPatriarch()
val anchor: XSSFClientAnchor = drawing.createAnchor(0, 0, 0, 0, 17, 13, 32, 40)
val chart: XSSFChart = drawing.createChart(anchor)

[excel error]
Removed Part: /xl/drawings/drawing1.xml part. (Drawing shape)
Comment 2 PJ Fanning 2023-10-13 08:43:15 UTC

*** This bug has been marked as a duplicate of bug 67510 ***