AMBHAS
ambhas::xls Namespace Reference

Classes

class  xlsread
class  xlswrite
class  xlswrite2

Variables

string fname = '/home/tomer/rain_projection/raw_data/a2_0.5.xls'
tuple foo = xlsread(fname)
tuple var = foo.get_cells('a3:a5', 'Sheet1')
tuple book = xlrd.open_workbook(fname)
tuple sheet = book.sheet_by_name('Sheet1')
tuple foo1 = xlswrite(var, 'f10', 'Sheet1')

Variable Documentation

tuple ambhas::xls::book = xlrd.open_workbook(fname)

Definition at line 203 of file xls.py.

string ambhas::xls::fname = '/home/tomer/rain_projection/raw_data/a2_0.5.xls'

Definition at line 198 of file xls.py.

Definition at line 200 of file xls.py.

tuple ambhas::xls::foo1 = xlswrite(var, 'f10', 'Sheet1')

Definition at line 211 of file xls.py.

tuple ambhas::xls::sheet = book.sheet_by_name('Sheet1')

Definition at line 204 of file xls.py.

tuple ambhas::xls::var = foo.get_cells('a3:a5', 'Sheet1')

Definition at line 201 of file xls.py.

 All Classes Namespaces Files Functions Variables