Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zikani03/ht2excel
Simple tool for converting HTML Tables to Excel Sheets.
https://github.com/zikani03/ht2excel
Last synced: 6 days ago
JSON representation
Simple tool for converting HTML Tables to Excel Sheets.
- Host: GitHub
- URL: https://github.com/zikani03/ht2excel
- Owner: zikani03
- License: mit
- Created: 2023-02-19T12:38:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T19:10:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:04:44.338Z (7 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ht2excel
A very simple command-line tool for converting HTML tables from a file into Excel Sheets.
Each table is it's own Excel Sheet...## Usage
```sh
$ ht2excel -f testdata/test.html -o data/output.xlsx
```## Building
You will need Go 1.19+ to build it
```sh
$ git clone https://github.com/zikani03/ht2excel$ cd ht2excel
$ go build
```
---Copyright (c) Zikani Nyirenda Mwase