# Functions
AlignText aligns a string to a given width and alignment.
CsvSplit takes a line that is comma-separated and splits it into an array of strings.
New creates a new table object, given a list of headings.
NewCSV creates a new table using a single string with comma-separated heading names.
# Constants
AlignmentCenter aligns the column to the center.
AlignmentLeft aligns the column to the left.
AlignmentRight aligns the column to the right.