Skip to content

Better Wrapper for Excel using C++/CLI. Uses managed classes. Made to feel like C#/VBA's Excel.

Notifications You must be signed in to change notification settings

cpluspluscrowe/ExcelWrapperCpp-CLI

Repository files navigation

ExcelWrapper for Cpp/CLI, Last Update: 2/2/17

Flexible Wrapper for Excel using C++/CLI. The classes also the underlying API, so you can use the original API where functionality has not yet been implemented, e.g. worksheet->GetWrappedWorksheet()-> "Microsoft::Office::Interop::Excel API here"

Documentation at: Main Page->ExcelWrapper->html

Interfaces for:

Excel.Application, destructor to Quit() when the program finishes

Workbook

Worksheet

Range, and Value Functions

Cells, and Value Functions

Worksheet.UsedRange.Rows.Count

Worksheet.Columns(#).... or Worksheet.Columns(Letters)....

There is also a portion written in native C++. This is for easy conversion from Excel Range values to std::string or double. You will need to include ExcelWrapper->Debug->ExcelWrapper.lib for the C++ functionality and the corresponding include file Native.h

Created by Chad K. Crowe

About

Better Wrapper for Excel using C++/CLI. Uses managed classes. Made to feel like C#/VBA's Excel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published