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 6589869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:13:45+00:00 2026-05-25T17:13:45+00:00

I have been working on a project reading Excel files in C#. Sometimes I

  • 0

I have been working on a project reading Excel files in C#. Sometimes I have had to delete the last few rows from the bottom of the excel sheet but when I do a row count in my code it still thinks these rows exist. If I hover over the whole row, right click and hit delete this will fix the problem, but I am working with multiple spread sheets with many, many lines where the user has already edited this row and just used the delete key. Has anyone else ever had this problem? If so, is there a fix around this?

  • 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-05-25T17:13:46+00:00Added an answer on May 25, 2026 at 5:13 pm

    The problem is that when excel lookup the “last row” it also includes formatted rows. When you delete the rows, the content is deleted but the formatting still exists. I am currently using the following code in my project:

    public int LastRow()
    {
          // This version also returns cells with formatting
          // return (int)worksheet.Cells.SpecialCells(Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeLastCell, System.Reflection.Missing.Value).Row;
    
          // This version seems to also not work but dont know why
          // return (int)worksheet.UsedRange.Rows.Count;
    
          // This is the most reliable so far
          return (int)worksheet.Cells.Find("*", worksheet.Cells[1, 1], XlFindLookIn.xlValues, XlLookAt.xlWhole, XlSearchOrder.xlByRows, XlSearchDirection.xlPrevious, missing, missing, missing).Row;
    }
    

    Basically I specifically find the last row without any content in cell(1, 1).

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

Sidebar

Related Questions

I have been working on a web services related project for about the last
I have been working on a project that has 2 interfaces - windows forms
Situation I have been working on a project lately where the UI development seems
So I have been working on this project for a short while now. I
I have been working on a Java project for a class for a while
I have been working on a C# 4.0 WPF project and need to figure
I have a project that I have been working on for a while, just
I have been working on keeping things object oriented for my project. Currently, I'm
I have a django project that I have been working on as a solo
I have a console project that I have been working on. I added log4net

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.