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

    From The Document Foundation Wiki

    sheet = doc.Sheets[0]
        msgbox(sheet.CodeName)
        sheet.CodeName = 'Data'
        msgbox(sheet.CodeName)