Metadata-Version: 2.4
Name: xlcli
Version: 0.1.1
Summary: simple Excel Viewer in Terminal
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/markdown

# xlcli

simple Excel Viewer in Terminal

## Usage

To see information about an Excel file, use the following command:

```bash
xlcli info <file>
```

this will display the number of sheets, the first sheet in the file, and all sheet names that exist.

To print out the contents of an Excel sheet, use the following command:

```bash
xlcli print <file> [--sheet <sheet>]
```
