C# Class TopSoft.ExcelExport.ExportContext

Mostra file Open project: TopSoftSolutions/TopSoft.ExcelExport

Public Methods

Method Description
ExportContext ( SpreadsheetDocument spreadSheet ) : System
RenderEntity ( object entity, uint rowNo ) : void
SaveChanges ( ) : void

Private Methods

Method Description
GetCellFormat ( uint styleIndex ) : CellFormat
InsertBorder ( Border border ) : uint
InsertCellFormat ( CellFormat cellFormat ) : uint
InsertFill ( PatternFill fill ) : uint
InsertFont ( Font font ) : uint

Method Details

ExportContext() public method

public ExportContext ( SpreadsheetDocument spreadSheet ) : System
spreadSheet SpreadsheetDocument
return System

RenderEntity() public method

public RenderEntity ( object entity, uint rowNo ) : void
entity object
rowNo uint
return void

SaveChanges() public method

public SaveChanges ( ) : void
return void