标签: python excel xlwt
我可以迭代一行表格,如:
for row_id in sheet.rows: sheet.row(row_id)
但是如何获取行(xlwt.Row.Row类型)的内容?
xlwt.Row.Row