public void setFuenteFilas(FuenteCelda fuente) { this._rfont = fuente.getCellStyle(this._workbook); }
public void setFuenteEncabezado(FuenteCelda fuente) { this._hfont = fuente.getCellStyle(this._workbook); }