3])], ['ISBN', 'Title', 'Author'], ]; $rows = [ [ '978-0521567817', 'De Monarchia', new TableCell("Dante Alighieri\nspans multiple rows", ['rowspan' => 2]), ], ['978-0804169127', 'Divine Comedy'], ]; $output = new SymfonyStyle($input, $output); $output->table($headers, $rows); };