Skip to content

Commit 39bf81c

Browse files
tduguidtduguid
tduguid
authored and
tduguid
committed
2 parents 27c675f + 0cde741 commit 39bf81c

File tree

3 files changed

+9
-71
lines changed

3 files changed

+9
-71
lines changed

README.md

+9-71
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,15 @@
1-
<html>
2-
<head>
3-
</head>
4-
51
<img align="left" src="Images/ReadMe/header10.png">
62

3+
This Add-In is used for cleaning & creating a script for batch loading records into SQL Server, Oracle, Documentum, Markup or Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In. The most complete version is C#.
4+
5+
<!--[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/AnthonyDuguid/1.00)-->
76
[![Join the chat at https://gitter.im/ScriptHelp](https://badges.gitter.im/ScriptHelp/Lobby.svg)](https://gitter.im/ScriptHelp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
87
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © Anthony Duguid")
9-
[![Latest Release](https://img.shields.io/github/release/Office-projects/Script-Help.svg?label=latest%20release)](https://github.com/Office-projects/Script-Help/releases)
10-
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/Office-projects/Script-Help/latest.svg)](https://github.com/Office-projects/Script-Help)
11-
12-
13-
The most complete version is C#.
14-
<a href="https://github.com/Office-projects/Script-Help/issues" target="_blank">
15-
<img alt="Issues" src="https://img.shields.io/github/issues/Office-projects/Script-Help.svg" />
16-
</a>
17-
18-
<!---
19-
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true "Download the VBA Add-In")
20-
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/CS/blob/master/publish/setup.exe?raw=true "Download Setup.exe Install File")
21-
[![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
22-
--->
23-
This Add-In is used for cleaning & creating a script for batch loading records into SQL Server, Oracle, Documentum, Markup or Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone.
8+
[![Latest Release](https://img.shields.io/github/release/Excel-projects/Script-Help.svg?label=latest%20release)](https://github.com/Excel-projects/Script-Help/releases)
9+
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/Excel-projects/Script-Help/latest.svg)](https://github.com/Excel-projects/Script-Help/commits/master)
10+
[![GitHub issues](https://img.shields.io/github/issues/Excel-projects/Script-Help.svg)](https://github.com/Excel-projects/Script-Help/issues)
11+
<!--[![Github All Releases](https://img.shields.io/github/downloads/Excel-projects/Script-Help/total.svg)](https://github.com/Excel-projects/Script-Help/releases)-->
2412

25-
<!---
26-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2018 Anthony Duguid")
27-
[![star this repo](http://githubbadges.com/star.svg?user=Office-projects&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/ScriptHelp)
28-
[![fork this repo](http://githubbadges.com/fork.svg?user=Office-projects&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/ScriptHelp/fork)
29-
30-
<img src="Images/ReadMe/ribbon.png" />
31-
--->
3213

3314
<h1 align="left">
3415
<img src="Images/ReadMe/ribbon.formatdatatable.buttons.gif" />
@@ -47,61 +28,23 @@ This Add-In is used for cleaning & creating a script for batch loading records i
4728
- <a href="#annotate">Annotate</a>
4829
- <a href="#help">Help</a>
4930
- <a href="#about">About</a>
50-
   
51-
<!---
52-
- <a href="#paste">Paste</a>
53-
- <a href="#copy-visible-cells">Copy Visible Cells</a>
54-
- <a href="#format-data-table">Format Data Table</a>
55-
- <a href="#format-as-table">Format as Table</a>
56-
- <a href="#freeze-panes">Freeze Panes</a>
57-
- <a href="#remove-duplicates">Remove Duplicates</a>
58-
- <a href="#script-actions">Script Actions</a>
59-
- <a href="#clean-data">Clean Data</a>
60-
- <a href="#convert-to-null">Convert to Null</a>
61-
- <a href="#format-date-columns">Format Date Columns</a>
62-
- <a href="#clear-interior-color">Clear Interior Color</a>
63-
- <a href="#separate-values">Separate Values</a>
64-
- <a href="#add-script-column">Add Script Column</a>
65-
- <kbd><a href="#menu-tsql" target="_blank"><img src="CS/Resources/ScriptTypeTSql.png" title="T-SQL (Transact-Structured Query Language)" /></a></kbd><a href="#menu-tsql"> T-SQL (Transact-Structured Query Language)</a>
66-
- <kbd><a href="#menu-plsql" target="_blank"><img src="CS/Resources/ScriptTypePlSql.png" title="PL/SQL (Procedural Language/Structured Query Language)"/></a></kbd><a href="#menu-plsql"> PL/SQL (Procedural Language/Structured Query Language)</a>
67-
- <kbd><a href="#menu-dql" target="_blank"><img src="CS/Resources/ScriptTypeDql.png" title="DQL (Documentum Query Language)"/></a></kbd><a href="#menu-dql"> DQL (Documentum Query Language)</a>
68-
- <kbd><a href="#menu-github" target="_blank"><img src="CS/Resources/ScriptTypeGitHub.png" title="GitHub Markdown"/></a></kbd><a href="#menu-github"> GitHub Markdown</a>
69-
- <kbd><a href="#menu-markup" target="_blank"><img src="CS/Resources/ScriptTypeXML.png" title="Markup Language"/></a></kbd><a href="#menu-markup"> Markup Language</a>
70-
- <a href="#format-script-options">Script Variables</a>
71-
- <a href="#table-alias">Table Alias</a>
72-
- <a href="#date-find-format">Find Format</a>
73-
- <a href="#date-replace-format">Replace Format</a>
74-
- <a href="#options">Options</a>
75-
- <a href="#settings">Add-In Settings</a>
76-
- <a href="#create-file-list">Create File List</a>
77-
- <a href="#about">Help</a>
78-
- <a href="#how-to">How To...</a>
79-
- <a href="#api-doc">Report Issue</a>
80-
- <a href="#api-doc">Download New Version</a>
81-
- <a href="#about">About</a>
82-
- <a href="#description">Add-in Name</a>
83-
- <a href="#install-date">Release Date</a>
84-
       - <a href="#copyright">Copyright</a>
85-
--->
8631

8732
<br>
8833

8934
<a id="user-content-install" class="anchor" href="#install" aria-hidden="true"> </a>
9035
## Install
9136
Instructions for installation of VBA and VSTO versions.
9237

93-
>TODO: deploy to Microsoft Office store
94-
9538
### VBA
9639
How to install the VBA version
97-
1. Download the VBA Add-In file [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/Script-Help/raw/master/VBA/ScriptHelp.xlam?raw=true "Download the VBA Add-In").
40+
1. Download the VBA Add-In file [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Excel-projects/Script-Help/raw/master/VBA/ScriptHelp.xlam?raw=true "Download the VBA Add-In").
9841
2. Copy the file to the XLSTART folder on your computer. ```%AppData%\Microsoft\Excel\XLSTART\```
9942
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
10043

10144
### VSTO
10245
How to install the VSTO version
10346
1. Download AnthonyDuguid.pfx And Install At Root Level [![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](https://github.com/Office-projects/Script-Help/blob/master/CS/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
104-
2. Download and run the setup.exe file. [![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Office-projects/Script-Help/blob/master/CS/publish/setup.exe?raw=true "Download Setup.exe Install File")
47+
2. Download and run the setup.exe file. [![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Excel-projects/Script-Help/blob/master/CS/publish/setup.exe?raw=true "Download Setup.exe Install File")
10548

10649
<br>
10750

@@ -121,7 +64,6 @@ How to install the VSTO version
12164
|[Snagit](http://discover.techsmith.com/snagit-non-brand-desktop/?gclid=CNzQiOTO09UCFVoFKgod9EIB3g)|Read Me|VBA, VSTO|
12265
|Badges ([Library](https://shields.io/), [Custom](https://rozaxe.github.io/factory/), [Star/Fork](http://githubbadges.com))|Read Me|VBA, VSTO|
12366

124-
<!---|[Sandcastle](https://github.com/EWSoftware/SHFB)|API Documentation|VSTO|--->
12567
<br>
12668

12769
<a id="user-content-glossary-of-terms" class="anchor" href="#glossary-of-terms" aria-hidden="true"> </a>
@@ -138,7 +80,6 @@ How to install the VSTO version
13880
| VBA |Visual Basic for Applications (VBA) is an implementation of Microsoft's event-driven programming language Visual Basic 6 and uses the Visual Basic Runtime Library. However, VBA code normally can only run within a host application, rather than as a standalone program. VBA can, however, control one application from another using OLE Automation. VBA can use, but not create, ActiveX/COM DLLs, and later versions add support for class modules.|
13981
| VSTO |Visual Studio Tools for Office (VSTO) is a set of development tools available in the form of a Visual Studio add-in (project templates) and a runtime that allows Microsoft Office 2003 and later versions of Office applications to host the .NET Framework Common Language Runtime (CLR) to expose their functionality via .NET.|
14082
| XML|Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.The design goals of XML emphasize simplicity, generality, and usability across the Internet. It is a textual data format with strong support via Unicode for different human languages. Although the design of XML focuses on documents, the language is widely used for the representation of arbitrary data structures such as those used in web services.|
141-
<body>
14283

14384
<br>
14485

@@ -371,6 +312,3 @@ VBA
371312
<a id="user-content-copyright" class="anchor" href="#copyright" aria-hidden="true"> </a>
372313
#### Copyright (Label)
373314
* The author’s name
374-
375-
</body>
376-
</html>

VBA/ScriptHelp.xlam

26.7 KB
Binary file not shown.

VBA/ScriptHelp.xlsm

26.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)