Former-commit-id: 4a5dd8047a69023ddf486d6c051262224be0ae05
Former-commit-id: b59f5476a6305660abde61d948abf2731a05db91
1.0
wanggang 5 years ago
parent 1c1d361653
commit 1ff68600d5

@ -691,7 +691,7 @@ namespace TeacherExt.Controllers
row.Export("BC", headers, () => teacher.TeacherCardLangLevel)?.SetCell(++colIndex, style, teacher.TeacherCardLangLevel);
row.Export("BD", headers, () => teacher.CurrentAddressArea)?.SetCell(++colIndex, style, teacher.CurrentAddressArea);
row.Export("BE", headers, () => teacher.AddressDetails)?.SetCell(++colIndex, style, teacher.AddressDetails);
row.Export("BF", headers, () => teacher.Comment)?.SetCell(++colIndex, style, "");
row.Export("BF", headers, () => teacher.Comment)?.SetCell(++colIndex, style, teacher.Comment);
}
NPOIHelper.SetColWidth(3, sheet);
}

Loading…
Cancel
Save