Skip to content

Commit 20eacc8

Browse files
authored
Update README.md
1 parent bd21a66 commit 20eacc8

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

README.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<html>
2-
<head>
3-
</head>
4-
51
<img align="left" src="Images/ReadMe/header10.png">
62

73
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.
@@ -12,26 +8,11 @@ This Add-In is used for cleaning & creating a script for batch loading records i
128
[![Latest Release](https://img.shields.io/github/release/Office-projects/Script-Help.svg?label=latest%20release)](https://github.com/Office-projects/Script-Help/releases)
139
[![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)
1410

15-
1611
The most complete version is C#.
1712
<a href="https://github.com/Office-projects/Script-Help/issues" target="_blank">
1813
<img alt="Issues" src="https://img.shields.io/github/issues/Office-projects/Script-Help.svg" />
1914
</a>
2015

21-
<!---
22-
[![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")
23-
[![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")
24-
[![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")
25-
--->
26-
27-
<!---
28-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2018 Anthony Duguid")
29-
[![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)
30-
[![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)
31-
32-
<img src="Images/ReadMe/ribbon.png" />
33-
--->
34-
3516
<h1 align="left">
3617
<img src="Images/ReadMe/ribbon.formatdatatable.buttons.gif" />
3718
</h1>
@@ -49,51 +30,13 @@ The most complete version is C#.
4930
- <a href="#annotate">Annotate</a>
5031
- <a href="#help">Help</a>
5132
- <a href="#about">About</a>
52-
   
53-
<!---
54-
- <a href="#paste">Paste</a>
55-
- <a href="#copy-visible-cells">Copy Visible Cells</a>
56-
- <a href="#format-data-table">Format Data Table</a>
57-
- <a href="#format-as-table">Format as Table</a>
58-
- <a href="#freeze-panes">Freeze Panes</a>
59-
- <a href="#remove-duplicates">Remove Duplicates</a>
60-
- <a href="#script-actions">Script Actions</a>
61-
- <a href="#clean-data">Clean Data</a>
62-
- <a href="#convert-to-null">Convert to Null</a>
63-
- <a href="#format-date-columns">Format Date Columns</a>
64-
- <a href="#clear-interior-color">Clear Interior Color</a>
65-
- <a href="#separate-values">Separate Values</a>
66-
- <a href="#add-script-column">Add Script Column</a>
67-
- <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>
68-
- <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>
69-
- <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>
70-
- <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>
71-
- <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>
72-
- <a href="#format-script-options">Script Variables</a>
73-
- <a href="#table-alias">Table Alias</a>
74-
- <a href="#date-find-format">Find Format</a>
75-
- <a href="#date-replace-format">Replace Format</a>
76-
- <a href="#options">Options</a>
77-
- <a href="#settings">Add-In Settings</a>
78-
- <a href="#create-file-list">Create File List</a>
79-
- <a href="#about">Help</a>
80-
- <a href="#how-to">How To...</a>
81-
- <a href="#api-doc">Report Issue</a>
82-
- <a href="#api-doc">Download New Version</a>
83-
- <a href="#about">About</a>
84-
- <a href="#description">Add-in Name</a>
85-
- <a href="#install-date">Release Date</a>
86-
       - <a href="#copyright">Copyright</a>
87-
--->
8833

8934
<br>
9035

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

95-
>TODO: deploy to Microsoft Office store
96-
9740
### VBA
9841
How to install the VBA version
9942
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").
@@ -123,7 +66,6 @@ How to install the VSTO version
12366
|[Snagit](http://discover.techsmith.com/snagit-non-brand-desktop/?gclid=CNzQiOTO09UCFVoFKgod9EIB3g)|Read Me|VBA, VSTO|
12467
|Badges ([Library](https://shields.io/), [Custom](https://rozaxe.github.io/factory/), [Star/Fork](http://githubbadges.com))|Read Me|VBA, VSTO|
12568

126-
<!---|[Sandcastle](https://github.com/EWSoftware/SHFB)|API Documentation|VSTO|--->
12769
<br>
12870

12971
<a id="user-content-glossary-of-terms" class="anchor" href="#glossary-of-terms" aria-hidden="true"> </a>
@@ -140,7 +82,6 @@ How to install the VSTO version
14082
| 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.|
14183
| 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.|
14284
| 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.|
143-
<body>
14485

14586
<br>
14687

@@ -373,6 +314,3 @@ VBA
373314
<a id="user-content-copyright" class="anchor" href="#copyright" aria-hidden="true"> </a>
374315
#### Copyright (Label)
375316
* The author’s name
376-
377-
</body>
378-
</html>

0 commit comments

Comments
 (0)