The |ChartWorkbook| object providing access to the external chart data in a linked or embedded Excel workbook.
(self)
| 47 | |
| 48 | @lazyproperty |
| 49 | def chart_workbook(self): |
| 50 | """ |
| 51 | The |ChartWorkbook| object providing access to the external chart |
| 52 | data in a linked or embedded Excel workbook. |
| 53 | """ |
| 54 | return ChartWorkbook(self._element, self) |
| 55 | |
| 56 | |
| 57 | class ChartWorkbook(object): |
nothing calls this directly
no test coverage detected