コード例 #1
0
ファイル: UitstroomBlad.cs プロジェクト: JorenSchelkens/GIP
 public List <Row> Setup(Stream stream)
 {
     return(ExcelRead.ReadEHB(stream));
 }