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

https://github.com/huongnhdh/catxls

the tool read file xls - xlsx on sever
https://github.com/huongnhdh/catxls

cat comand python python-library xls xlsx

Last synced: about 1 year ago
JSON representation

the tool read file xls - xlsx on sever

Awesome Lists containing this project

README

          

# Catxls package
catxlsx: Reading xlsx on server same cat command
# Installation

```bash
pip3 install catxls
```
# How to use

```bash
catxls -h
catxls
```
# Development guide
## 1. Requirement
- virtualenv
- python 3+

## 2. Setup manual
- clone project and run `python setup.py develop`
- test by run it `catxls -h`