fn to_cell_vec(table: Vec<Vec<String>>) -> Vec<Vec<CellStruct>>
Transform a Vec<Vec<String>> from the Library to a Vec<Vec<CellStruct>> used by the cli_table crate. The first column is left-aligned, all others right-aligned.
Vec<Vec<String>>
Vec<Vec<CellStruct>>
cli_table