You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-71
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,15 @@
1
-
<html>
2
-
<head>
3
-
</head>
4
-
5
1
<imgalign="left"src="Images/ReadMe/header10.png">
6
2
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#.
[](https://gitter.im/ScriptHelp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](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.
<!--[](https://github.com/Excel-projects/Script-Help/releases)-->
[](http://github.com/Office-projects/ScriptHelp)
28
-
[](http://github.com/Office-projects/ScriptHelp/fork)
Instructions for installation of VBA and VSTO versions.
92
37
93
-
>TODO: deploy to Microsoft Office store
94
-
95
38
### VBA
96
39
How to install the VBA version
97
-
1. Download the VBA Add-In file [](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 [](https://github.com/Excel-projects/Script-Help/raw/master/VBA/ScriptHelp.xlam?raw=true"Download the VBA Add-In").
98
41
2. Copy the file to the XLSTART folder on your computer. ```%AppData%\Microsoft\Excel\XLSTART\```
99
42
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
100
43
101
44
### VSTO
102
45
How to install the VSTO version
103
46
1. Download AnthonyDuguid.pfx And Install At Root Level [](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. [](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. [](https://github.com/Excel-projects/Script-Help/blob/master/CS/publish/setup.exe?raw=true"Download Setup.exe Install File")
105
48
106
49
<br>
107
50
@@ -121,7 +64,6 @@ How to install the VSTO version
@@ -138,7 +80,6 @@ How to install the VSTO version
138
80
| 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.|
139
81
| 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.|
140
82
| 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.|
0 commit comments