Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 authored Apr 22, 2024
1 parent f06396c commit b5d8935
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Convert legacy xls data to newer xlsx format.

💭 [Based on the kind comment made by Jackypengyu](https://stackoverflow.com/a/39461816 "Link")

## Install
### PIP
```bash
pip install xls-updater
```

### Binary
A binary version of this tool is available for download:
```bash
wget https://github.com/Tranquility2/xls_updater/releases/latest/download/xls_updater
chmod +x xls_updater
```
Hashes are available for verification:
[md5](https://github.com/Tranquility2/xls_updater/releases/latest/download/xls_updater.md5)
[sha2256](https://github.com/Tranquility2/xls_updater/releases/latest/download/xls_updater.sha256)

## Usage

```
Expand Down

0 comments on commit b5d8935

Please sign in to comment.