An open API service indexing awesome lists of open source software.

https://github.com/tarikguney/ascii-table-creator

Creates an ASCII table from a given DataTable class
https://github.com/tarikguney/ascii-table-creator

ascii ascii-table csharp

Last synced: 25 days ago
JSON representation

Creates an ASCII table from a given DataTable class

Awesome Lists containing this project

README

        

# ASCII Table Generator

This is a simple class that takes a `DataTable` and returns `StringBuilder` as the return type. The return value will contain the ready-to-write table with all the columns with header and properly aligned cells and rows.

## Screenshot

The following image shows how the Ascii Table looks like in a text file:

![AsciiTable](screenshot.png)