MCPcopy
hub / github.com/jmcnamara/XlsxWriter / worksheets

Method worksheets

xlsxwriter/workbook.py:613–624  ·  view source on GitHub ↗

Return a list of the worksheet objects in the workbook. Args: None. Returns: A list of worksheet objects.

(self)

Source from the content-addressed store, hash-verified

611 return 0
612
613 def worksheets(self) -> List[Worksheet]:
614 """
615 Return a list of the worksheet objects in the workbook.
616
617 Args:
618 None.
619
620 Returns:
621 A list of worksheet objects.
622
623 """
624 return self.worksheets_objs
625
626 def get_worksheet_by_name(self, name: str) -> Optional[Worksheet]:
627 """

Callers 15

closeMethod · 0.95
_store_workbookMethod · 0.95
_check_sheetnameMethod · 0.95
_prepare_drawingsMethod · 0.95
_prepare_vmlMethod · 0.95
_prepare_tablesMethod · 0.95
_prepare_metadataMethod · 0.95
_add_chart_dataMethod · 0.95
_write_sheetsMethod · 0.95
_add_workbookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected