validate

sundar k replied to milinda nath at 04-Jul-08 08:04
I hope you want to validate the excel contents, in that case you will have to open the excel using Excel Application Object (Add a COM reference to your vb.net project) and then open the workbook and get the worksheet object for the sheet which you want to validate. And then locate the cell which you want to validate using Range object and then validate the contents.

Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  validate excel data before inserting to sql database - milinda nath  04-Jul-08 06:18 6:18:40 AM
      Try this - Sujit Patil  04-Jul-08 06:30 6:30:17 AM
          validate data in excel - milinda nath  04-Jul-08 07:11 7:11:14 AM
      excel validation - Partha Mandayam  04-Jul-08 06:34 6:34:20 AM
      Try these links - santhosh kumar  04-Jul-08 07:22 7:22:36 AM
      validate - sundar k  04-Jul-08 08:04 8:04:35 AM
      Re : validate excel data before inserting to sql database - Ashutosh Dhok  04-Jul-08 08:06 8:06:41 AM
View Posts