Posts Tagged ‘Excel’
Andrei Smolin | June 17th, 2021
Today, I’m following Microsoft recommendations and using code fragments they provide to investigate the behavior of a System.Windows.Forms.Form (simply a form)...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Office 2019, Office 365, Outlook, PowerPoint, task panes, VB.NET, Word |
3 Comments
Andrei Smolin | June 10th, 2021
In the first blog of this series, I showed issues related to using several monitors with different DPIs. To get an explanation of those pretty confusing results, let’s check resources available on the web....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Office 365, Outlook, Outlook regions, PowerPoint, task panes, VB.NET, Word |
No Comments
Andrei Smolin | July 20th, 2020
Just recently we've got a comment declaring one of our blogs on releasing COM objects "wrong and misleading": the author says Marshal.ReleasingComObject() and related things made him spend "lots of time on writing code that is totally unnecessary" and provides many links supporting the idea that you can use GC.Collect() to get rid of non-released COM objects....
Read the rest of this entry →
.NET, COM add-ins, Excel, Object model, Outlook, Word |
2 Comments
Andrei Smolin | July 1st, 2020
Quick news: we've developed a new version of sample COM add-in projects that we provide in the downloadable archive on the Add-in Express .NET Downloads page...
Read the rest of this entry →
C#, COM add-ins, Excel, Object model, Office, Outlook, Outlook regions, PowerPoint, Project, Ribbon, task panes, VB.NET, Word |
5 Comments
Starting with version 8.2, Add-in Express began to open its internal infrastructure, which allows developers to customize some areas of advanced Excel, Word and PowerPoint task panes and Outlook regions. In the new release, it becomes possible to customize the header together with its controls as well as splitter and border. You can also modify the appearance of a minimized region, control the header visibility, change padding, get HitTest info and more...
Read the rest of this entry →
Excel, Outlook, Outlook regions, task panes |
20 Comments
Today, we'll investigate how to retrieve data such as contacts, calendar entries and e-mails from Exchange. We'll create a simple Excel add-in, using our favourite Office development toolset, Add-in Express for Office and .net, which will import Exchange e-mails, contacts and calendar events into the active Excel workbook...
Read the rest of this entry →
Apps for Office, COM add-ins, Excel, Office 365 |
2 Comments
Andrei Smolin | April 15th, 2015
The blog is about an add-in (with the source code) that adds a button to all context menus of Excel, Outlook, PowerPoint, Project, Publisher, Visio and Word in Office 2010-2013. The button shows the name of the context menu....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, PowerPoint, Project, Ribbon, Visio, Word |
19 Comments
In today's article, we'll write an Excel RTD server that returns the latest stock prices and other information. In case you're not familiar with Excel RTD servers, it is used to communicate with a real-time data source, such as stock quotes and provide the user with a constant flow of changing data...
Read the rest of this entry →
C#, Excel, RTD servers |
1 Comment
In the last few weeks we've covered a lot of aspects of both Google Sheets and Excel Online and we've seen that both platforms offer developers various options to customize and integrate with. In this article we'll evaluate what we've learned so far about Google Sheets and Excel Online and compare the two platforms and what it means for developers
...
Read the rest of this entry →
Apps for Office, Excel, Google add-ons |
3 Comments