All Projects → kennytm → Ods2md

kennytm / Ods2md

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ods2md

Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+9248.57%)
Mutual labels:  markdown, libreoffice
Word To Markdown
A ruby gem to liberate content from Microsoft Word documents
Stars: ✭ 1,216 (+3374.29%)
Mutual labels:  libreoffice, markdown
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+17325.71%)
Mutual labels:  libreoffice, markdown
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-17.14%)
Mutual labels:  markdown
Nvim Completion Manager
⚠️ PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
Stars: ✭ 950 (+2614.29%)
Mutual labels:  markdown
Go Strip Markdown
Remove Markdown formatting. Written in Go.
Stars: ✭ 32 (-8.57%)
Mutual labels:  markdown
Text Runner
Test runner for text
Stars: ✭ 35 (+0%)
Mutual labels:  markdown
Markdown
A super fast, highly extensible markdown parser for PHP
Stars: ✭ 945 (+2600%)
Mutual labels:  markdown
React Markdown Preview
React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.
Stars: ✭ 34 (-2.86%)
Mutual labels:  markdown
Termd
Render markdown in the terminal
Stars: ✭ 32 (-8.57%)
Mutual labels:  markdown
Soffes.blog
Redis + Git backed blog
Stars: ✭ 31 (-11.43%)
Mutual labels:  markdown
Remark Usage
plugin to add a usage example to your readme
Stars: ✭ 29 (-17.14%)
Mutual labels:  markdown
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-5.71%)
Mutual labels:  markdown
Laradown
Markdown parser for Laravel built on parsedown
Stars: ✭ 29 (-17.14%)
Mutual labels:  markdown
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (+0%)
Mutual labels:  markdown
Partition
A small library for generating markdown tables
Stars: ✭ 28 (-20%)
Mutual labels:  markdown
Wxparse
wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析
Stars: ✭ 7,618 (+21665.71%)
Mutual labels:  markdown
Distro Delves
YouTube web-series looking at operating systems in an informational & entertaining format.
Stars: ✭ 31 (-11.43%)
Mutual labels:  markdown
Hint
重构到 ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-14.29%)
Mutual labels:  markdown
Manuskript
A open-source tool for writers
Stars: ✭ 960 (+2642.86%)
Mutual labels:  markdown

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].