AMBHAS
ambhas.xls.xlswrite2 Class Reference
Inheritance diagram for ambhas.xls.xlswrite2:
Collaboration diagram for ambhas.xls.xlswrite2:

List of all members.

Public Member Functions

def __init__
def write
def save

Public Attributes

 fname
 book

Detailed Description

This saves the array in xls format

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

Definition at line 154 of file xls.py.


Constructor & Destructor Documentation

def ambhas.xls.xlswrite2.__init__ (   self,
  fname 
)

Definition at line 166 of file xls.py.


Member Function Documentation

def ambhas.xls.xlswrite2.save (   self)

Definition at line 191 of file xls.py.

def ambhas.xls.xlswrite2.write (   self,
  data,
  cell_start,
  sheet 
)

Definition at line 172 of file xls.py.

Here is the call graph for this function:


Member Data Documentation

Reimplemented from ambhas.xls.xlswrite.

Definition at line 166 of file xls.py.

Definition at line 166 of file xls.py.


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