CsConsoleFormat
CsConsoleFormat copied to clipboard
Can CsConsoleFormat write the table with pagination?
I need to generate a table to be used in a fixed lines per page scenario. If the table should continue onto multiple pages, I want to repeat the header at the top of those pages:
| header1 | header2 | header 3 |
--------------------------------------------------
| one | two | three |
| 1 | 2 | 3 |
| this line should be longer | yes it is | oh |
...more rows
--------------------------------------------------
--page 2---
| header1 | header2 | header 3 |
--------------------------------------------------
Can CsConsoleFormat do this?
Also, I don't want any delimiters, like "|" and "----------------------". Can the table be configured to output no column and row delimiters?