Go to the source code of this file.
Classes | |
| class | ambhas.xls.xlsread |
| class | ambhas.xls.xlswrite |
| class | ambhas.xls.xlswrite2 |
Namespaces | |
| namespace | ambhas::xls |
Variables | |
| string | ambhas::xls.fname = '/home/tomer/rain_projection/raw_data/a2_0.5.xls' |
| tuple | ambhas::xls.foo = xlsread(fname) |
| tuple | ambhas::xls.var = foo.get_cells('a3:a5', 'Sheet1') |
| tuple | ambhas::xls.book = xlrd.open_workbook(fname) |
| tuple | ambhas::xls.sheet = book.sheet_by_name('Sheet1') |
| tuple | ambhas::xls.foo1 = xlswrite(var, 'f10', 'Sheet1') |