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
- Host: GitHub
- URL: https://github.com/sandersade/sqlmanagementstudio.pasteashtml
- Owner: SanderSade
- License: mpl-2.0
- Created: 2020-04-20T07:53:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T14:20:07.000Z (about 5 years ago)
- Last Synced: 2025-03-25T19:46:39.683Z (8 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


### Copy-paste from [Excel](https://go.microsoft.com/fwlink/?LinkID=521962)

