Month: March 2022

[Java code] Convert CSV to Excel file using Apache POI

This article shows you how to convert a CSV file to an Excel file using Apache POI. You will see a converter program that converts the CSV file into both Excel file formats XLS and XLSX. Maven Dependencies We required the following maven dependencies to develop this application. poi 4.0.1 poi-ooxml 4.0.1 opencsv 3.9 commons-lang …

[Java code] Convert CSV to Excel file using Apache POI Read More »