|
|
|
@ -31,6 +31,7 @@ for inline_shape in doc.InlineShapes:
|
|
|
|
|
# print(pic1.Chart.ChartData.Workbook.FullName)
|
|
|
|
|
print(pic1.Chart.ChartStyle)
|
|
|
|
|
print(pic1.Chart.ChartTitle.Text)
|
|
|
|
|
print(pic1.Chart.ChartData.Workbook.Worksheets(1))
|
|
|
|
|
idx = idx + 1
|
|
|
|
|
# 这里可以对图表进行操作,比如获取图表的类型、数据等
|
|
|
|
|
doc.Close()
|
|
|
|
|