Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing an XLL in which I need to read some values from a file and store them in array of structures and then calling this function in excel should retrieve the values.

I am new to XLL generation.

My array of structures definition is as follows:
C++
stuct mat_info{
char a[10];
char b[10];
cahr c[10];
};

What should be the function syntax for returning array of structures in XLL?

Can anyone provide me solution in the form of code.

Thanks in advance.

Regards,
Kissi
Posted
Updated 20-Dec-11 3:19am
v2

1 solution

Perhaps this would help you: http://www.sqldrill.com/excel/programming-excel-sdk-c-api/1011853-xll-return-array.html[^]

Text version of the link:

http://www.sqldrill.com/excel/programming-excel-sdk-c-api/1011853-xll-return-array.html
 
Share this answer
 
v2
Comments
key_shore 20-Dec-11 23:14pm    
Hi Mika, thank you for the reply, But i am not able to open the link.
Can you please share it once again or any other link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900