When I started trying to write automations for Excel 2007 using C++, I ran into problems right up front. I was trying to use #import to get to the type library for Excel 2007, and was importing what I thought was the correct file. The following was written for a C++ application in Visual Studio 2008 (VS2008), automating Excel 2007.
» More: Automating Excel 2007 in C++ by Importing the Excel 2007 Type Library
Archive for July, 2009
Automating Excel 2007 in C++ by Importing the Excel 2007 Type Library
July 21st, 2009Easy to use, yet powerful PHP E-mail Class
July 21st, 2009This is a pretty robust PHP Email class that I wrote a few years back. Has the capability to do text or html e-mails with multiple attachments. Enjoy!
» More: Easy to use, yet powerful PHP E-mail Class