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

https://github.com/thiagoh/tsv-to-markdown

Convert tab-separated values to Markdown or HTML table
https://github.com/thiagoh/tsv-to-markdown

excel-to-html excel-to-mark markdown tsv-parser tsv-to- tsv-to-markdown

Last synced: 3 months ago
JSON representation

Convert tab-separated values to Markdown or HTML table

Awesome Lists containing this project

README

        

## Convert Tab Separated Values to Markdown & HTML

You can use this functionality at [https://thiagoh.github.io/tsv-to-markdown](https://thiagoh.github.io/tsv-to-markdown)

### Features

* **Does not send any data to server**
* Supports table headers
* Automatically encodes HTML critical entities to avoid script injection or display issues
* Copy results either as HTML table code suitable for web pages or as HTML element for pasting into rich text clients
* Works also with direct copy-paste from spreadsheet applications such as MS Excel

### Markdown code generation

![image](https://user-images.githubusercontent.com/110336/258595384-0738e135-6492-4b11-b3ff-a9d6170df5c3.png)

### HTML code generation

![image](https://user-images.githubusercontent.com/110336/258595405-f9eaaea3-c72c-4698-8bb1-2828396291b1.png)

### HTML preview

![image](https://user-images.githubusercontent.com/110336/258595424-82029457-e5ae-42e8-a4bd-38c3f66ad42c.png)