예제 #1
0
 /// <summary>
 /// 添加页脚
 /// </summary>
 private void AddFoot()
 {
     _excel.FootStyle(Sheet, GetFootStyle());
     CreateRows(Sheet.GetFooter());
 }
예제 #2
0
 /// <summary>
 /// 添加页脚
 /// </summary>
 private void AddFoot()
 {
     _excel.FootStyle(Table, GetFootStyle());
     CreateRows(Table.GetFooter());
 }