Translations:Macros/Python Guide/Calc/Calc sheets/10/es

    From The Document Foundation Wiki

    doc = XSCRIPTCONTEXT.getDocument()
        for sheet in doc.Sheets:
            msgbox(sheet.Name)