C# Class Codaxy.CodeReports.Exporters.Xlio.XlsxReportWriter

Exibir arquivo Open project: codaxy/codereports Class Usage Examples

Public Methods

Method Description
WriteToStream ( Codaxy.CodeReports.Report report, Codaxy.CodeReports.Styling.Theme theme, Stream outputStream ) : void

Private Methods

Method Description
GetAlignment ( Codaxy cellAlignment ) : HorizontalAlignment
GetNumberFormat ( string format, string &excelFormat ) : bool

Method Details

WriteToStream() public static method

public static WriteToStream ( Codaxy.CodeReports.Report report, Codaxy.CodeReports.Styling.Theme theme, Stream outputStream ) : void
report Codaxy.CodeReports.Report
theme Codaxy.CodeReports.Styling.Theme
outputStream Stream
return void