Install libcommons-csv-java by entering the following commands in the terminal:
sudo apt update sudo apt install libcommons-csv-java
Description:
Library for reading and writing CSV files
The Apache Commons CSV library provides a simple interface for reading and writing files in variations of the Comma Separated Value (CSV) format. The most common CSV formats are supported (RFC 4180, Excel, MySQL, TDF) and custom formats can be handled using a fluent style API.
Homepage: http://commons.apache.org/csv/
Version: 1.5-1
Section: universe/libs