F
frankplank
Hi *,
I'm wondering if it is possible to create a C# object, and reference it
*explicitly* in an excel document. I imagine this will be more
possible if I programmatically populate the excel sheet cells, but I
would like to avoid this. I'm thinking something like this:
object1:
DataArray[][] ...;
GetValue(StringVal) ; // get value of data array, based on string
then within excel, I have cell references:
=object1.GetValue(StringValA)
----------------------------------
Also, if this is possible, I wonder how I trigger the creation of the
object's data values, which would be read from a delimited file.
Thanks very much,
Frank
I'm wondering if it is possible to create a C# object, and reference it
*explicitly* in an excel document. I imagine this will be more
possible if I programmatically populate the excel sheet cells, but I
would like to avoid this. I'm thinking something like this:
object1:
DataArray[][] ...;
GetValue(StringVal) ; // get value of data array, based on string
then within excel, I have cell references:
=object1.GetValue(StringValA)
----------------------------------
Also, if this is possible, I wonder how I trigger the creation of the
object's data values, which would be read from a delimited file.
Thanks very much,
Frank