An open API service indexing awesome lists of open source software.

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.

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
```