Alternatif menggunakan output html mysql dan memiliki hasil pada blok data terpisah
mysql --html -b information_schema -e 'select COLUMN_NAME, TABLE_NAME from columns LIMIT 5;' >> sql.xlsx
echo '<hr>' >> sql.xlsx
mysql --html -b information_schema -e 'select COLUMN_NAME, TABLE_NAME from columns LIMIT 100,3;' >> sql.xlsx
Saat dibuka dengan excel akan terlihat seperti