Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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