Skip to end of metadata
Go to start of metadata

So, you want to return an array from a COM addin, written in C#? Its easy. Just make your function have an object return type, and it will 'just work'

Converting from an array of string data to an array of excel data

This isn't pretty but works quite reliably

The toExcelDate is from http://www.codeproject.com/datetime/exceldmy.asp?df=100&forumid=4548&exp=0&select=464292

Labels: