Multiple CSV Viewer

Costas

Administrator
Staff member
Lately I see many people using EXCEL files to search for values according to a default value (ex. search for COL1 and need to know the COL2 for the same row). The purpose of this application is to make easier this procedure. On startup the application scans if any CSV file is near the executable, if found, adding a tab for each CSV file. The user when clicks the textbox, it lists the particular CSV to grid. When user types something on textbox search (filter) all the rows for this keyword.

functionalities :
  • user can sort by clicking the column
  • user can select multiple cells and press CTRL+C to copy the content to clipboard

the defaults for the CSV :
  • the first line must contains the column names
  • the column names must not contain symbols
  • all rows must match the column count
The application automatically identifies the separator.


MultipleCSVViewer.png


Platform : C# 2012
Operating System :
windows1.gif
win7 /
windows1.gif
win10
Requirements : v4.5 .NET framework
Filesize : 26kb (contains sample files)

Download
 
Top