Exemplo n.º 1
0
 internal Import(ColumnMapType mapType)
 {
     Id                 = string.Empty;
     Sheet              = "0";
     FirstRowIndex      = 0;
     XlsFormat          = XlsFormat.Auto;
     this.ColumnMapType = mapType;
 }
Exemplo n.º 2
0
 protected ColumnMapping(ColumnMapType mapType)
 {
     this.mapType = mapType;
 }
Exemplo n.º 3
0
 protected ColumnMapping()
 {
     this.mapType = ColumnMapType.ExcelHeader;
 }