TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Office Interoperability
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (2)
John O Donnell (2)
Stan Gershengoren (1)
Sarvesh Damle (1)
Amit Kumar Agrawal (1)
Sushmita Kumari (1)
Related resources for Office Interoperability
No resource found
Writing HTML Content to the Screen in Word Document Format In a Server
1/8/2014 2:17:51 PM.
This article explains a smple way to create a Microsft Word document representation of some HTML in a server.
Stock Paper Trader in C# and .NET
9/30/2012 6:04:07 AM.
The attached source code project is a paper trading application that allows you to place imaginary trades on real data. I thought this would be fairly easy to duplicate having already written a stock capturing program into Excel.
Talking to the Outside World in Excel 2003
8/30/2006 12:38:33 AM.
This code sample shows how to connect to the internet inside of Excel 2003. The idea is when the workbook opens the code behind the workbook searches for quotes on NASDAQ and then populates the spreadsheet with the data.
Using C# .NET in Excel 2003
1/9/2006 1:01:26 AM.
This article shows how you can take advantage of Visual Studio 2003 tools to write .NET applications that work with Office 2003.
A Macro for Creating Properties from Private Fields
1/7/2006 6:31:47 AM.
Macros are a useful way of speeding up your coding efforts, however writing them can be a somewhat daunting task. Luckily, .NET gives you a pretty powerful recording feature for recording macros from key strokes.
Leveraging on XML feature of Microsoft Office Word 2003
1/7/2006 5:42:57 AM.
Word 2003 came up with a new feature of saving the conventional word document (.doc) files in the XML format. You can retrieve the information inside the Word 2003 documents by using the XPath queries and some logic.
Adding Picture To Button On OutLook CommandBar
1/7/2006 2:30:01 AM.
This article describes the process to add a picture on a button on an Outlook Commandbar while using Explorer or Inspector.
Generating Excel Reports using ASP.NET and C#
1/7/2006 2:12:58 AM.
This article and code snippet shows how to generate Excel reports from ASP.NET using Excel objects in .NET Framework.