delete rows or columns of a table. from docx import Document w=Document(r'F:\word practice \ a form. docx') table_1=w.tables[0] # delete row ...
確定! 回上一頁