:py:mod:`raesl.excel.cli` ========================= .. py:module:: raesl.excel.cli .. autoapi-nested-parse:: ESL to Excel Command Line Interface. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: raesl.excel.cli.excel raesl.excel.cli.component_excel .. py:function:: excel(paths: Iterable[str], output: str, scope: Iterable[Tuple[str, int]]) Convert ESL files and/or directories to an Excel workbook. .. py:function:: component_excel(paths: Iterable[str], component: str, flow: Iterable[str], output: str) Convert ESL files and/or directories to an Excel workbook.