###### python insert_row()插入的是空行,如何插入保留模板格式的行?
###### 如何插入能和之前行的格式一样
while i < 8: fromdata = wsTempsheet.cell(nRow,i) todata = ws.cell(nRow,i) todata._style = (fromdata._style) i = i+1