Translations:Macros/Python Guide/Calc/Calc sheets/10/en
Jump to navigation
Jump to search
doc = XSCRIPTCONTEXT.getDocument()
for sheet in doc.Sheets:
msgbox(sheet.Name)