Convert Excel to Markdown

Convert Excel to Markdown

Aspose.Cells for Python via Java supports converting Excel files to Markdown format. To export the active worksheet to Markdown, pass SaveFormat.Markdown as the second parameter of the Workbook.Save method. You may also use the MarkdownSaveOptions class to specify additional settings for exporting worksheets to Markdown.

The following code example demonstrates exporting active worksheet to Markdown by using SaveFormat.Markdown enumeration member. Please see the output Markdown file generated by the code for reference.