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

    From The Document Foundation Wiki

    sheet = doc.Sheets[0]
        msgbox(sheet.Name)
        sheet.Name = 'OtherName'
        msgbox(sheet.Name)