Back

About FileGlance

View, filter, and transform tabular data files using JavaScript directly in the browser.

Why FileGlance?

Frustrated by:
  1. Needing different tools for different formats.
  2. Lack of tools optimized for quickly understanding data.
  3. Messy files that require cleaning before use.

I built FileGlance as a side project and a fun way to learn React and Tailwind.

Maybe it will help others, too.

It aims to be both:

Features

Use Cases

Data Viewing & Exploration

View raw data and column types. Get visualizations for categorical and continuous data (histograms). For numeric values, see statistics like average, median, min, and max. Use it as:

Data Filtering & Cleaning

Apply quick filters with one click or use complex filter functions with custom JavaScript. For example:

Data Transformation

Transform data using custom JavaScript functions. For example:

Tech Stack & Code

FileGlance is built with TypeScript, Next.js/React, Tailwind CSS, and Recharts. It is open source under the AGPL license. Interested developers can find the full source code on GitHub: https://github.com/dell-mic/file-glance