func DemoRead() { table, err := xlsxsdb.NewSimpleTable(file, sheetIndex) logger.CheckError(err) msdb.DemoSimpleTable(table) }
func DemoSimpleTableRead() { //table:=csvsdb.NewCsvTable(csvFile) table := csvsdb.NewSimpleTable(csvFile) msdb.DemoSimpleTable(table) //table.Demo() }