MitchTalmadge / ASCII-Data

A small Java library for producing nice looking text-based line-graphs and tables.
Apache License 2.0
120 stars 13 forks source link

Support omitting header #16

Open Octogonapus opened 4 years ago

Octogonapus commented 4 years ago

I would like an option to generate a table without a header. Sometimes there is no meaning to the columns of the table, so the header cells are empty. As a workaround, I strip the first two lines of the generated table and fix the corner and column separator characters.