Robpol86 / terminaltables

Project no longer maintained.
https://github.com/matthewdeanmartin/terminaltables
MIT License
689 stars 70 forks source link

Make this command line friendly. #10

Open Robpol86 opened 9 years ago

Robpol86 commented 9 years ago

Maybe something like cat file.csv |python -m terminaltables and also Excel files.

ickc commented 7 years ago

Continue from #38: Ah, yes, similar. e.g.

terminaltables -f AsciiTable --inner-row-border=True --CHAR-H-INNER-HORIZONTAL='=' table.csv -o table.md
terminaltables -f AsciiTable --inner-row-border=True --CHAR-H-INNER-HORIZONTAL='=' < table.csv > table.md