how to fill a speadsheet one row data with a string

S

Snow

Hi,

I have thousands of string which contain data separated by coma. For
speeding problem, I need to fill one row with one string. Could someone know
the code?


Thanks
 
A

Alvin Bruney [MVP]

In the load routine, the spreadsheet uses the \n as the row delimiter. You
may try injecting this delimiter into your string to demark new rows. See if
that helps.

--
Regards,
Alvin Bruney [Microsoft MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://www.lulu.com/owc
 

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