GitHunt
KE

kennytm/ods2md

Convert LibreOffice Calc Spreadsheets (*.ods) into Markdown tables.

ods2md

License: MIT
Build Status

Convert LibreOffice Calc Spreadsheets (*.ods) into Markdown tables

Sample output

Install

  1. Get Python 3.

  2. (Optional) Create a virtual environment.

    python3 -m venv env
    . env/bin/activate
  3. Install ezodf for parsing *.ods files

    pip3 install -r requirements.txt

Usage

./ods2md.py input_file.ods > output_file.md

Limitations

  • This program disregards all formats. Currencies and percentages will be displayed as plain numbers.
  • Merged cells are not supported, the content will be shown at the first cell (this is actually a limitation of GFM table)

Languages

Python100.0%

Contributors

Created October 20, 2015
Updated January 18, 2026
kennytm/ods2md | GitHunt