diff --git a/test1 b/test1 new file mode 100644 index 0000000000000000000000000000000000000000..04fbcbfec6be416e1d90af3232fa69ef9a2709da --- /dev/null +++ b/test1 @@ -0,0 +1,6 @@ +def read_excel(filename): + book = xlrd.open_workbook(filename) + sheet = book.sheet_by_index(0) + for i in range(shee.nrows): + shee.row_values(i) + \ No newline at end of file