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
- Host: GitHub
- URL: https://github.com/huongnhdh/catxls
- Owner: huongnhdh
- License: mit
- Created: 2017-05-30T10:31:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T19:01:36.000Z (over 5 years ago)
- Last Synced: 2025-03-03T12:06:31.517Z (over 1 year ago)
- Topics: cat, comand, python, python-library, xls, xlsx
- Language: Python
- Homepage: https://huongnhdh.github.io/catxls
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`