AMBHAS
ambhas.xls.xlswrite Class Reference
Inheritance diagram for ambhas.xls.xlswrite:

List of all members.

Public Member Functions

def __init__
def save
def __cell2ind__

Public Attributes

 data
 cell_start
 book

Detailed Description

This saves the array in xls format

Example:
var = np.array([[5,10,12],[2,5,6]])
xls_out_file = xlswrite(var, 'f10', 'Sheet1')
fname = '/home/tomer/data.xls'
foo1.save(fname)

Definition at line 92 of file xls.py.


Constructor & Destructor Documentation

def ambhas.xls.xlswrite.__init__ (   self,
  data,
  cell_start,
  sheet 
)

Definition at line 103 of file xls.py.


Member Function Documentation

def ambhas.xls.xlswrite.__cell2ind__ (   self,
  foo 
)
given the cell number i.e. (AA100)
returns the row and column of cell in indices format i.e. 0,10

Definition at line 133 of file xls.py.

Here is the caller graph for this function:

def ambhas.xls.xlswrite.save (   self,
  fname 
)

Definition at line 129 of file xls.py.


Member Data Documentation

Reimplemented in ambhas.xls.xlswrite2.

Definition at line 103 of file xls.py.

Definition at line 103 of file xls.py.

Definition at line 103 of file xls.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables