larray.Workbook
- class larray.Workbook(filepath=None, overwrite_file=False, visible=None, silent=None, app=None, load_addins=None)[source]
Excel Workbook.
See also
- __init__(filepath=None, overwrite_file=False, visible=None, silent=None, app=None, load_addins=None)[source]
Methods
__init__([filepath, overwrite_file, ...])app()Return the Excel instance this workbook is attached to.
close()Close the workbook in Excel.
save([path])Saves the Workbook.
Returns the names of the Excel sheets.