https://github.com/mdibyo/formatable
This C++ module provides a way to format data into tables without using a word-processing program. It takes in headings, rows and columns as numbers, strings or dates and creates well-formatted tables in plain text.
https://github.com/mdibyo/formatable
Last synced: 9 months ago
JSON representation
This C++ module provides a way to format data into tables without using a word-processing program. It takes in headings, rows and columns as numbers, strings or dates and creates well-formatted tables in plain text.
- Host: GitHub
- URL: https://github.com/mdibyo/formatable
- Owner: mDibyo
- Created: 2014-01-16T20:19:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-16T20:25:04.000Z (over 12 years ago)
- Last Synced: 2025-01-01T15:25:17.049Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FormaTable
==========
This C++ module provides a way to format data into tables without using a word-processing program. It takes in headings, rows and columns as numbers, strings or dates and creates well-formatted tables in plain text.