https://github.com/opixelum/pyxcel
Excel, but in Python.
https://github.com/opixelum/pyxcel
data excel filter python
Last synced: 4 months ago
JSON representation
Excel, but in Python.
- Host: GitHub
- URL: https://github.com/opixelum/pyxcel
- Owner: opixelum
- License: mit
- Created: 2024-01-22T16:48:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T22:45:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T09:14:01.795Z (10 months ago)
- Topics: data, excel, filter, python
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyxcel
Excel, but in Python.
## Prerequisites
Install the required package using the following command:
- Using pip:
```bash
pip install pyyaml
```
- Using conda:
```bash
conda install pyyaml
```