/// <summary>
 /// 构造
 /// </summary>
 public NpoiExcelExportProvider(INpoiCellStyleHandle npoiCellStyleHandle, INpoiExcelHandle npoiExcelHandle)
 {
     _npoiCellStyleHandle = npoiCellStyleHandle;
     _npoiExcelHandle     = npoiExcelHandle;
 }
示例#2
0
 /// <summary>
 /// 构造
 /// </summary>
 public NpoiExcelExportBase(INpoiCellStyleHandle npoiCellStyleHandle, INpoiExcelHandle npoiExcelHandle)
 {
     _npoiCellStyleHandle = npoiCellStyleHandle;
     _npoiExcelHandle     = npoiExcelHandle;
 }