Exemplo n.º 1
0
 public HSSFEvaluationCell(LF.Utils.NPOI.SS.UserModel.ICell cell)
 {
     _cell = cell;
     _evalSheet = new HSSFEvaluationSheet((HSSFSheet)cell.Sheet);
 }
Exemplo n.º 2
0
 public HSSFEvaluationCell(LF.Utils.NPOI.SS.UserModel.ICell cell, IEvaluationSheet evalSheet)
 {
     _cell = cell;
     _evalSheet = evalSheet;
 }