Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9179625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:50:39+00:00 2026-06-17T17:50:39+00:00

So im importing an excel doc using ‘excel data reader’ in my asp.net project,

  • 0

So im importing an excel doc using ‘excel data reader’ in my asp.net project,
if one of the columns are empty it throws an error

else
{ 
   System.Windows.Forms.MessageBox.Show("UOM column is empty at row");
}

how would I go about giving the exact column that is empty eg. ‘row 77’

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:50:40+00:00Added an answer on June 17, 2026 at 5:50 pm

    If you are using this link
    https://gist.github.com/924413/29bd3d648e5a3432387327e64cf1b93a0800bcf4

    to read excel file then

      foreach (DataTable table in result.Tables)
      {
          for (int i = 0; i < table.Rows.Count; i++)
          {
              for (int j = 0; j < table.Columns.Count; j++)
              Console.Write("\"" + table.Rows[i].ItemArray[j] + "\";");
              Console.WriteLine();
           }
       }
    

    then i is the row and j is the column.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm importing data from an Excel file in ASP.NET using OleDB. After finishing the
So atm im importing an excel doc into my project. I'm then using if
I'm importing an Excel file to SQL through ASP.NET and a certain column includes
I am importing excel data into sql server using SqlbulkCopy, but the problem is
I'm importing data from an Excel sheet on to a DataTable using the following
My VB.NET application is using importing some excel sheet into access command.CommandText = SELECT
When I importing data to a new table from a large excel, if one
I had used JExcel API for importing Data's from Excel,for using JExcel , I
So i'm importing an excel doc into my project DataSet result = excelReader.AsDataSet(); if
I am importing Excel sheet into DataGridView.I have one of the cell has date

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.