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