Skip to content

Visual Studio C# VSTO Excel Add-In to allow for simple importing of CSV files.

Notifications You must be signed in to change notification settings

clehnert/ExcelCSVImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel CSV Importer

Visual Studio C# VSTO Excel Add-In to allow for simple importing of CSV files.

Functions

Import: Used to open a CSV file into a new worksheet.

Reimport Current: If you have already opened a CSV (and it probably didn't work), this will reimport the current file into a new worksheet.

Installation

To install, download and build with Visual Studio 2017 or download the recent setup.msi: https://github.com/clehnert/ExcelCSVImporter/blob/master/builds/setup.msi

Requirements

.NET 4 (https://www.microsoft.com/en-us/download/details.aspx?id=17851)

Microsoft.Office.Tools.Common.v4.0.Utilities.dll

Microsoft.Office.Tools.Excel.dll

Tested with Visual Studio 2017 and Office 2016

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Other Help: http://www.codelocker.net

About

Visual Studio C# VSTO Excel Add-In to allow for simple importing of CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages