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

Afficher le fichier Open project: codaxy/codereports Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetAlignment ( Codaxy cellAlignment ) : HorizontalAlignment
GetNumberFormat ( string format, string &excelFormat ) : bool

Method Details

WriteToStream() public static méthode

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
Résultat void