Tabela is a free and open source CSV application for Linux. Using Tabela, you can view CSV file content in a table. You can also add new rows in the table and save the table in CSV or XML file. It is released under GNU Affero General Public License v3.0 or later.
How to Install Tabela on Ubuntu
Tabela is available as a flatpak package file from the flathub repository. Open the terminal application using ctrl+alt+t keys and run below Tabela flatpak install command. It will install the latest version of Tabela on your system.
flatpak install flathub eu.cichy1173.tabela
After the successful installation of Tabela, you can open it using below command. Or via the Show Apps from the Ubuntu dock.
flatpak run eu.cichy1173.tabela
And you can also uninstall Tabela using below commands.
flatpak uninstall eu.cichy1173.tabela
[OR]
sudo flatpak uninstall eu.cichy1173.tabela
Note: If you don’t have flatpak on your system, then install flatpak and flathub on your system using below commands. And restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo