Exemplo n.º 1
0
        public void TabsToListTest()
        {
            var excelparserclient = new BioMed.Parsers.ExcelParser(@"C:\BioMed\Patient Monitors - Examples. V1.1.xlsx");
            var output            = excelparserclient.TabsToList();

            if (output == null)
            {
                Assert.Fail();
            }
        }
Exemplo n.º 2
0
        public void LoadFile()
        {
            var excelparserclient = new BioMed.Parsers.ExcelParser(@"C:\BioMed\Patient Monitors - Examples. V1.1.xlsx");
            var output            = excelparserclient.toXML();

            if (string.IsNullOrEmpty(output))
            {
                Assert.Fail();
            }
        }