Metadata-Version: 2.4
Name: sheetview
Version: 0.1.0
Summary: View CSV and XLSX files beautifully in your terminal
Home-page: https://github.com/chowdhuryfaizal/sheetview
Author: Chowdhury Faizal Ahammed
Author-email: Chowdhury Faizal Ahammed <chowdhuryfaizal@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich>=13.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: openpyxl>=3.1.0

# 🧾 sheetview

> View CSV and XLSX files beautifully in your terminal.

---

### 🚀 Overview

`s‌heetview` is a simple, fast, and elegant terminal viewer for tabular data files like **CSV** and **Excel (XLSX)**.  
It uses [`rich`](https://github.com/Textualize/rich) under the hood to render colorful, readable tables — right in your command line.

Perfect for developers, data engineers, and analysts who live in the terminal and want a quick preview of spreadsheets without opening Excel or pandas manually.

---

### ✨ Features

- 📊 View `.csv`, `.xlsx`, and `.xls` files instantly  
- 🌈 Beautiful colorized tables using `rich`  
- 🔢 Auto-detects columns and formats  
- 📉 Supports large files (with `--max-rows` limit)  
- 🧩 Optional sheet selection for Excel files  
- 🧠 Simple CLI command: `sheetview yourfile.xlsx`

---

### 📦 Installation

```bash
pip install sheetview
