Excel file CLI Reader
Project description
x_x is a Microsoft Excel file command line reader. The purpose of this is to not break the workflow of people who live on the command line and need to access a spreadsheet generated using Microsoft Excel.
Install
To install:
$ pip install x_x
Usage
Run using the x_x command:
$ x_x dead_guys.xlsx +---------------+--------------+ | A | B | +---------------+--------------+ | Person | Age at Death | | Harrold Holt | 59.0 | | Harry Houdini | 52.0 | | Howard Hughes | 70.0 |
Or to specify a specific row as the header which will be visible on each page:
$ x_x -h 0 dead_guys.xlsx +---------------+--------------+ | Person | Age at Death | +---------------+--------------+ | Harrold Holt | 59.0 | | Harry Houdini | 52.0 | | Howard Hughes | 70.0 |
For help use:
$ x_x --help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
x_x-0.6.tar.gz
(7.7 kB
view details)
File details
Details for the file x_x-0.6.tar.gz
.
File metadata
- Download URL: x_x-0.6.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c79308470058163fadfa5e76d151fbb5d69386d9d9220817a88bffff2f72a4 |
|
MD5 | 3467ef94c4e5e589492fee762a4010c8 |
|
BLAKE2b-256 | b4a098d69f0b0f823f67e669411ddaa96130eb0718d788fb7e31e059494f5088 |