TableForm::tfsp
None is not a valid value for the TableSpacing option when TableForm is formatted in OutputForm:
OutputForm[TableForm[{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, TableSpacing -> None]]This shows a valid value for the TableSpacing option:
OutputForm[TableForm[{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, TableSpacing -> {2, 0}]]