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.8.tar.gz
(7.9 kB
view details)
File details
Details for the file x_x-0.8.tar.gz
.
File metadata
- Download URL: x_x-0.8.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35298d0cd00f1a156504ee9abb57ff21a9766d5cba1c5e2a662d3bc8d3a7bf5e |
|
MD5 | b0738dcaf9e25f669acf7c8a8baeea8c |
|
BLAKE2b-256 | 1e26a8f72eb03d550c2b1f4b790587f84d939b1ee929116fe12476d1bd540b39 |