C# 클래스 SimpleExcelExport.ExcelFileCreator

파일 보기 프로젝트 열기: majimenezp/SimpleExcelExport 1 사용 예제들

공개 메소드들

메소드 설명
ExcelFileCreator ( ) : System
ExcelFileCreator ( List columns ) : System
GetDocument ( ) : NPOI.HSSF.UserModel.HSSFWorkbook
SaveDocument ( ) : Stream

비공개 메소드들

메소드 설명
CreateCellWithValue ( int i, object value, Type valueType, System backgroundColor ) : void
CreateDocument ( ) : void
CreateHeader ( ) : void
CreateRow ( ) : void
GetColumnCellType ( Type type ) : NPOI.SS.UserModel.CellType
GetXLColour ( System SystemColour ) : short
SetHeaderOptions ( SimpleExcelExport column, NPOI row, int columnNumber, ExportToExcel exportToExcel ) : void

메소드 상세

ExcelFileCreator() 공개 메소드

public ExcelFileCreator ( ) : System
리턴 System

ExcelFileCreator() 공개 메소드

public ExcelFileCreator ( List columns ) : System
columns List
리턴 System

GetDocument() 공개 메소드

public GetDocument ( ) : NPOI.HSSF.UserModel.HSSFWorkbook
리턴 NPOI.HSSF.UserModel.HSSFWorkbook

SaveDocument() 공개 메소드

public SaveDocument ( ) : Stream
리턴 Stream