The Excel worksheet reference to the values for *series* (not including the column heading).
(self, series)
| 324 | return self._workbook_writer.categories_ref |
| 325 | |
| 326 | def values_ref(self, series): |
| 327 | """ |
| 328 | The Excel worksheet reference to the values for *series* (not |
| 329 | including the column heading). |
| 330 | """ |
| 331 | return self._workbook_writer.values_ref(series) |
| 332 | |
| 333 | @lazyproperty |
| 334 | def _workbook_writer(self): |
no outgoing calls