Posts Tagged ‘Excel’
As I've mentioned in my previous article Excel enables us to provide our users with interactive and powerful ways to visualize their data. Pivot tables add another dimension to this by summarizing thousands of records of data in one page and let you analyse trends in your data without the need for formulas...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel |
7 Comments
Andrei Smolin | October 11th, 2011
Really often, when I saw an error returned by an Excel formula, I thought about the poor possibilities that this error-reporting approach – a remnant of bygone concepts – provides for developers. The very first time I thought about showing a custom task pane from a UDF was when Add-in Express allowed showing custom panes in Excel; it was back in 2007...
Read the rest of this entry →
C#, COM add-ins, Excel, Office, task panes, VB.NET, XLL |
4 Comments
Andrei Smolin | October 7th, 2011
The implementation of ADXExcelRef.ConvertToA1Style (ConvertToR1C1Style) uses xlfRefText which is NOT thread-safe as per Financial Applications Using Excel Add-in Development in C/C++ (2nd edition). On the other hand, xlSheetNm returning the sheet name is thread-safe. It means that the thread-safe way to get the caller address is to write some code...
Read the rest of this entry →
.NET, C#, Excel, Office, VB.NET, XLL |
8 Comments
Andrei Smolin | October 3rd, 2011
Whether your UDF is a VBA macro or an Excel Automation add-in or even an XLL add-in, you can invoke any method it provides to the user. To do this, you need to get or create an Excel.Application object and invoke ExcelApp.Evaluate() supplying it with the correct syntax for your method and its parameters....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Object model, Office, RTD servers, XLL |
2 Comments
The charting engine for Excel took a leap forward with the release of Office 2007. However, the engine was slower than Excel 2003's version and also introduced a few bugs. Luckily Excel 2010 fixed those bugs and is back to being fast. Sparklines, a word-sized chart has also been introduced in Excel 2010...
Read the rest of this entry →
C#, COM add-ins, Excel |
No Comments
Add-in Express enables you as a developer to quickly and easily create, not just MS Office add-ins but also Excel XLL add-ins, Excel Real-time data (RTD) servers and smart tags. In this post I'll demonstrate how you could include all this functionality in one Visual Studio project. Start by creating a new ADX COM Add-in project in Visual Studio...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Outlook, RTD servers, smart tags, Word, XLL |
2 Comments
Ty Anderson | May 12th, 2011
People use Microsoft Office for all sorts of tasks in order to get their work done. For example, they use Word to write proposals, they use PowerPoint to create awesome marketing presentations, and then they use Excel to calculate their commissions. But the thing is often users need to leave Office to go and gather information that they need to complete the document...
Read the rest of this entry →
Excel, PowerPoint, task panes, Word |
No Comments
Ty Anderson | May 10th, 2011
Microsoft Excel supports multiple types of add-in architectures, from XLLs to user-defined functions and COM add-ins to real-time data servers. Each have their own interface in Excel and each require separate sets of technical knowledge to use them effectively leaving a developer just wondering where to begin...
Read the rest of this entry →
.NET, COM add-ins, Excel |
No Comments