exmc package#

Submodules#

exmc.convert module#

The main functions to convert excel to markdown or markdown to excel.

exmc.convert.excel2markdown(args)#

Excel to markdown.

Parameters:

args (Namespace) –

Return type:

None

exmc.convert.join_with_vertical_line(cells)#

Join with vertical line.

Parameters:

cells (List[str]) –

Return type:

str

exmc.convert.markdown2excel(args)#

Markdown to excel.

Parameters:

args (Namespace) –

Return type:

None

exmc.convert.run(args)#

Execute convert functions by args.reverse.

Parameters:

args (Namespace) –

Return type:

None

Module contents#

exmc __init__.py.