Skip to content

Repository files navigation

Excel Data Analysis

A secure, client-side React application for analyzing and visualizing Excel and CSV data directly in your browser.

Data Analysis Dashboard

Overview

Excel Data Analysis is designed to give you powerful insights into your datasets without ever sending your data to a third-party server. Everything is processed locally in your browser, ensuring maximum privacy and security for sensitive information.

Features

  • Privacy-First: Zero server uploads. Your data stays on your machine.
  • Productive Data Grid: Features TanStack Table for lightning-fast client-side sorting, filtering, and pagination.
  • Interactive Visualizations: Beautiful, interactive charts powered by Recharts with custom SVG gradients, rounded corners, and sleek glassmorphism tooltips.
  • Automated Insights: Automatically generates statistical summaries, KPI metrics, and data type inferences.

Live Demo

Try it out here: https://kris230980.github.io/excel-data-analysis/

Tech Stack

  • Framework: React 19 + Vite
  • Styling: Tailwind CSS v4 + Radix UI
  • Data Grid: TanStack Table (React Table v8)
  • Charts: Recharts
  • Icons: Phosphor / Lucide React

Running Locally

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

Acknowledgements

We appreciate the open-source community for sharing great ideas!

Contributing & Collaboration

We absolutely welcome collaboration! Whether you want to fix a bug, add a new visualization type, or suggest an architectural improvement, your contributions are highly appreciated.

Feel free to open an issue to discuss your ideas or submit a Pull Request directly. Let's build the best client-side data analysis tool together!

About

No description, website, or topics provided.

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from github/spark-template