https://github.com/zikani03/ht2excel
Simple tool for converting HTML Tables to Excel Sheets.
https://github.com/zikani03/ht2excel
Last synced: 17 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T19:10:00.000Z (over 2 years ago)
- Last Synced: 2025-04-14T22:52:18.814Z (3 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 4
- 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