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

https://github.com/sandersade/sqlmanagementstudio.pasteashtml

Convert tab-separated values, such as data copied from Excel sheet or SQL Management Studio results, to HTML or Markdown table
https://github.com/sandersade/sqlmanagementstudio.pasteashtml

convert-to-html excel excel-to-html excel-to-markdown excel-to-md sql-management-studio ssms tsv-to-html tsv-to-markdown tsv-utils

Last synced: 27 days ago
JSON representation

Convert tab-separated values, such as data copied from Excel sheet or SQL Management Studio results, to HTML or Markdown table

Awesome Lists containing this project

README

          

## Convert SQL Server Management Studio query results to HTML table

You can use this functionality at [https://sandersade.github.io/SqlManagementStudio.PasteAsHtml](https://sandersade.github.io/SqlManagementStudio.PasteAsHtml/index.html)

### Introduction

I have needed the results from [SQL Server Management Studio](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms) quite often for displaying as a table - whether to display in a website or chat programs that support HTML tables. This has been a pain - save in Studio as CSV, open in Excel, save as HTML.

This projects takes the output from SQL Management Studio query results (right click --> Copy or Copy with headers) and converts the output to basic HTML table that you can style as needed, or just copy-paste as-is.

### Features
* Does not send any data to backend/server, pure HTML/CSS/JS frontend functionality
* 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 Excel

Click on image for larger screenshots

![image](https://user-images.githubusercontent.com/18664267/79770226-cdf34900-8335-11ea-8422-a1eb21eb84ca.png)

![image](https://user-images.githubusercontent.com/18664267/79770365-f9763380-8335-11ea-8cca-fb63f1a5af39.png)

### Copy-paste from [Excel](https://go.microsoft.com/fwlink/?LinkID=521962)
![image](https://user-images.githubusercontent.com/18664267/86928526-53b8b080-c13d-11ea-9581-c162cb114485.png)

![image](https://user-images.githubusercontent.com/18664267/86928631-7ba81400-c13d-11ea-9a45-037781ed9235.png)