Beispiel #1
0
 public List <Row> Setup(Stream stream)
 {
     return(ExcelRead.ReadEHB(stream));
 }