Excel

TwitterFacebook
Get flash to fully experience Pearltrees
Excel

Have you ever wanted to create your own functions in Excel? There are several ways to accomplish this goal, all have their strengths and weaknesses. The options for creating a custom function are listed in the table below. In this post we’ll be looking at the easiest option that requires only Excel. The other options are more difficult and time consuming but the advantage is increased speed.

Guide to Writing Custom Functions in Excel: Part I, Using VBA

http://www.codeproject.com/Articles/241485/Guide-to-Writing-Custom-Functions-in-Excel-Part-I

How to call C functions from Excel using a DLL written in C (or C++) - Jonathan R Lhost

As part of my research, I wanted to combine the speed of C with the ability Excel provides to easily visualize and process substantial quantities of information. From the documentation and message boards scattered around the internet, along with a healthy does of experimentation, I was able to get it working quite well. What previously took 2 hours using only Excel and VBA (even with all the tricks I've learned over the years to make Excel about as fast as possible), now takes just seconds with the C functions doing most of the work. If the task is something you need to do a few hundred times, it can now be completed in an hour instead of a month. https://sites.google.com/site/jrlhost/links/excelcdll
Introduction In the previous article , we looked at writing custom functions that can be used in Excel formulas using VBA. VBA has the advantage of being easy and quick. An automation add-in is another option that is also very easy assuming you know a bit about C++ programming.

Guide to Writing Custom Functions in Excel: Part II Automation Add-In

http://www.codeproject.com/Articles/243351/Guide-to-Writing-Custom-Functions-in-Excel-Part-II

Guide to Writing Custom Functions in Excel: Part III, C++ RTD add-in

Introduction In the previous article we developed a custom function in Excel using an Automation Add-in. It was fairly straightforward and didn’t take long but performance isn’t one of it’s strengths and there is no way to properly document it within Excel for the user. The RTD is an automation add-in that implements the IRtdServer interface so creating it is similar. http://www.codeproject.com/Articles/245265/Guide-to-Writing-Custom-Functions-in-Excel-Part-II
http://www.codeproject.com/Articles/420546/Custom-Functions-in-Excel-Part-IV-XLLs Introduction We’ve looked at VBA, Automation Add-ins, and RTDs in previous posts. XLLs are significantly faster, and allow the developer to define the names/parameters of the functions.

Custom Functions in Excel: Part IV, XLLs

Introduction Why would you want to call an RTD from an XLL? Recall that the way to call an RTD is through the RTD function in Excel, so the user needs to somehow remember how many parameters your function takes and in what order to supply them and even what the function is called. Good luck explaining that to your users! =RTD( " rtdexample.simplertdserver.1" , " " , 1 . 5 , 2 . 5 , 3 . 5 ) Exhibit 1: The example from part 3 of this series.

Custom Functions in Excel: Part V, XLL-RTDs

http://www.codeproject.com/Articles/430703/Custom-Functions-in-Excel-Part-V-XLL-RTDs
http://pytools.codeplex.com/wikipage?title=Pyvot Click this to view: http://www.youtube.com/watch?v=Oi3QKuFugWk&hd=1 Introduction Pyvot connects familiar data-exploration and visualization tools in Excel with the powerful data analysis and transformation capabilities of Python, with an emphasis on tabular data. It provides a minimal and Pythonic interface to Excel, smoothing over the pain points in using the existing Excel object model as exposed via COM. We’ll now present a quick tour of Pyvot’s key features and workflow.

Python Tools for Visual Studio - Home

pyinex - A project to embed Python in Excel

Pyinex is a project to embed the Python interpreter in Excel. This is in contrast to the usual approach to linking the two systems, in which Python scripts run in an out-of-process COM server and Excel makes a cross-process call to use Python functionality. In Pyinex, Python runs from a DLL in the Excel process space. This embedding offers the advantage of speed (no cross-process calls) and reduced fiddliness. http://code.google.com/p/pyinex/

Python Excel

ython for Excel (PFE) brings robustness to Python scripting for Excel and provides a complete set of tools for building fully featured applications with Excel front end. It is an in-process control of Excel with an out-of-process developement and debugging environment. Python for Excel mimics VBA in the manner of control of Excel application, simplicity of programming style, syntax and naming of object model. Functionality of an Excel workbook is controled by a Python script placed in the same directory. http://www.opentradingsystem.com/PythonForExcel/main.html
http://office.microsoft.com/en-us/excel-help/overview-of-xml-in-excel-HA010206396.aspx Microsoft Excel makes it easy to import Extensible Markup Language (XML) (Extensible Markup Language (XML): A condensed form of Standard Generalized Markup Language (SGML) that enables developers to create customized tags that offer flexibility in organizing and presenting information.) data that is created from other databases and applications, to map XML elements from an XML schema (XML Schema: A formal specification, written in XML, that defines the structure of an XML document, including element names and rich data types, which elements can appear in combination, and which attributes are available for each element.) to worksheet cells, and to export revised XML data for interaction with other databases and applications. Think of these XML features as turning Office Excel into an XML data file generator with a familiar user interface. In this article Why use XML in Excel?

Overview of XML in Excel - Excel

James Rivera Frank Rice Microsoft Corporation February 2005 Applies to: Microsoft Office Excel 2003 Summary: Learn how to use the Microsoft Office Excel 2003 XML Tools Add-in Version 1.1.

Using the Excel 2003 XML Tools Add-in Version 1.1

Sergei Gundorov Clark Hamilton Microsoft Corporation March 2005 Applies to: Microsoft Office Editions 2003 Summary : In the first of a three-part series, learn how to use XML maps to customize Excel as a data input and display system. (20 printed pages) Contents

Part 1: Automating the XML Data Mapping Process in Excel 2003

Creating XML Mappings in Excel 2003

Frank Rice Microsoft Corporation February 2005 Applies to: Microsoft Office Excel 2003
Peter Vogel PH&V Information Services March 2004 Applies to: Microsoft® Office Excel 2003 Microsoft Office System Summary: Connecting workbooks to data sources so that spreadsheets can manipulate and update data is a common goal in Office-based solutions.

Using the Excel 2003 Object Model to Add XML Data Integration

Using Schemas with Word 2003 and Excel 2003

Mary Chipman MCW Technologies April 2004 Applies to: Microsoft® Office Word 2003 Microsoft Office Excel 2003 Microsoft Office System Summary: Mary Chipman provides an easy to follow introduction for working with the new XML functionality in the Microsoft Office System by walking through common XML tasks in Microsoft Office Word 2003 and Microsoft Office Excel 2003. She reviews attaching custom schemas, validating markup, using placeholders, working with XML maps in Excel, and more. (11 printed pages) Contents