Click here to Skip to main content
15,895,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Sir
For some reason I looked at your code and tried to figure ou a way to do his in a datagridview in VS.2008

I could make it work, but then i looked at what i was importing and saw that your code does not import all the fields.

For instance i have a spreadsheet like the following

PRICE LIST1
Supplier Price Discount Markup Tax SellingPrice
me 1.00 0.00 1.10 1.14 1.24

The word supplier shows in the grid but the next two dont the next one markup gets pulled in and then the rest

So my grid look like this

PRICE LIST1
Supplier (null) (null) Markup (Null) SellingPrice
me 1.00 0.00 1.10 1.14 1.24

Sir i would like t know the answer for this
Posted
Comments
Estys 5-May-10 6:15am    
Please post this question with the article you read, the author won't find you here. Cheers

1 solution

Why is it that so many people are so confused, they think a general forum is the way to ask questions about a specific article, instead of using the forum under the article ?
 
Share this answer
 

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