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__(self, 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__(self[, filepath, overwrite_file, …])

Initialize self.

app(self)

Return the Excel instance this workbook is attached to.

close(self)

Close the workbook in Excel.

save(self[, path])

Saves the Workbook.

sheet_names(self)

Returns the names of the Excel sheets.