For Writer

Set autostyle in table

def writer_table_set_style():
    doc = app.active
    table = doc.tables[0]
    table.style = 'Academic'
    return