larray.Workbook

class larray.Workbook(filepath=None, overwrite_file=False, visible=None, silent=None, app=None, load_addins=None)[source]

Excel Workbook.

See also

open_excel
__init__(filepath=None, overwrite_file=False, visible=None, silent=None, app=None, load_addins=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([filepath, overwrite_file, …]) Initialize self.
app() Return the Excel instance this workbook is attached to.
close() Close the workbook in Excel.
save([path]) Saves the Workbook.
sheet_names() Returns the names of the Excel sheets.