larray.ExcelReport.sheet_names
- ExcelReport.sheet_names()[source]
Return the names of the output sheets.
Examples
>>> report = ExcelReport() >>> sheet_population = report.new_sheet('Pop') >>> sheet_births = report.new_sheet('Births') >>> sheet_deaths = report.new_sheet('Deaths') >>> report.sheet_names() ['Pop', 'Births', 'Deaths']