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.7.tar.gz
(7.8 kB
view details)
File details
Details for the file x_x-0.7.tar.gz
.
File metadata
- Download URL: x_x-0.7.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97e5b967bdc94776d8ed6e1819b228fe9f01a42a24c53d82a1a50f28425722d2 |
|
MD5 | 3eba46b7dca5645c0e32611a2ba865f3 |
|
BLAKE2b-256 | 63ddbf8ddc66ca61420623e7a4949b8610712408f259e55d15aea50d0c5aedea |