C# passing array of data to Excel

G

Guest

I'm converting a VB6 program that passes data (including arrays) to an Excel
spreadsheet. I'm having trouble in c# passing the array. I'm getting a type
mismatch error. Any ideas?
 
N

Nicholas Paldino [.NET/C# MVP]

How are you passing the array? You should probably be passing it as an
array of type object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top