raesl.excel.cli#

ESL to Excel Command Line Interface.

Module Contents#

Functions#

excel(paths, output, scope)

Convert ESL files and/or directories to an Excel workbook.

component_excel(paths, component, flow, output)

Convert ESL files and/or directories to an Excel workbook.

raesl.excel.cli.excel(paths: Iterable[str], output: str, scope: Iterable[Tuple[str, int]])#

Convert ESL files and/or directories to an Excel workbook.

raesl.excel.cli.component_excel(paths: Iterable[str], component: str, flow: Iterable[str], output: str)#

Convert ESL files and/or directories to an Excel workbook.