コード例 #1
0
ファイル: Exporter.cs プロジェクト: fedoral10/ExcelReporter
 public void setFuenteFilas(FuenteCelda fuente)
 {
     this._rfont = fuente.getCellStyle(this._workbook);
 }
コード例 #2
0
ファイル: Exporter.cs プロジェクト: fedoral10/ExcelReporter
 public void setFuenteEncabezado(FuenteCelda fuente)
 {
     this._hfont = fuente.getCellStyle(this._workbook);
 }