doc=Document() table = doc.add_table(rows = 13, cols = 5) table.style = 'Table Grid' row = table.rows[0] row.cells[0].text = ('text').bold 我試圖創建一個表 ...
確定! 回上一頁