https://bz.apache.org/bugzilla/show_bug.cgi?id=67726

            Bug ID: 67726
           Summary: Error occur when using createChart
           Product: POI
           Version: 5.2.3-FINAL
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: effort0...@naver.com
  Target Milestone: ---

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to