PranavAmarnath / SecresCSV

A Java Swing application for opening/viewing, saving, printing, editing and/or refreshing multiple CSV files at a time in tabular format. The application can handle longer lines than Excel. Helpful for understanding data for future data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecresCSV

A Java Swing application for opening/viewing, saving, printing, editing and/or refreshing multiple CSV files at a time in tabular format. The application can handle longer lines than Microsoft Excel1.

Download

Download SecresCSV 3.0

Run with java -jar secrescsv-3.0-SNAPSHOT.jar (or double-click it). Requires Java 17 or newer.

Insight

The purpose of this application is to view large CSV files to understand the data prior to data analysis.

The application utilizes worker threads to add CSV data to a table. Each instance of the Model class adds data to a DefaultTableModel which can then be set to a JXTable.

SecresCSV supports opening, saving, printing, editing, and refreshing data from CSV files. It also comes with both light and dark themes.

Libraries:

  • OpenCSV - reading CSV data
  • FlatLaf - modern look and feel for Swing components
  • SwingX - JXBusyLabel, JXTable, and JXHyperlink
  • FlatLaf-SwingX - modern LAF for SwingX components
  • FlatLaf-Extras - reading SVG content

How the application looks:

1 Tested with a 382MB file

About

A Java Swing application for opening/viewing, saving, printing, editing and/or refreshing multiple CSV files at a time in tabular format. The application can handle longer lines than Excel. Helpful for understanding data for future data analysis.

License:Apache License 2.0


Languages

Language:Java 100.0%