03-23-2006 07:21 AM
Hello
I want to write a dll to read an excel file and return a 2D array of strings representing the contents. I do not know at the start how big this array is going to be. What is the best way of handling this. I thought of making two calls, one to find the size and the second to get the array. Or can I do the memory allocation in the DLL? (It's my first foray into DLL's)
The reason I'm writing a DLL is that some customers have Excel97 and others Excel2000. It's time we fixed this for once and all!
John
03-23-2006 03:09 PM