Click here to Skip to main content
15,885,366 members
Articles / Web Development / HTML

Transform Clipboard Contents Between Copy and Paste

Rate me:
Please Sign up or sign in to vote.
4.96/5 (54 votes)
2 Jan 2021CPOL24 min read 74.8K   3.8K   108  
Alter your clipboard contents before pasting to automate tasks
This tool provides a solution to the problem of sending results from SQL Server Management Studio to my co-worker, without copying the results with headers, launching MS Excel, pasting into Excel, formatting in Excel, copying from Excel, pasting into the email to be sent. The Excel to SQL transformation takes the Excel input and makes it simple to paste that Excel data into a SQL #Temp table, which can then be used to import or analyze the issue.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions