Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Detecting a change in excel spreadsheet cell

Detecting a change in excel spreadsheet cell

Scheduled Pinned Locked Moved C#
csharptutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NarVish
    wrote on last edited by
    #1

    Hi, I need to write a c# program which tracks the changes in excel spreadsheet cells, without saving the file in hard disk. Without using excel functions, need to detect the changes. Please guide me to achieve this functionality. Thanks in advance.

    R 1 Reply Last reply
    0
    • N NarVish

      Hi, I need to write a c# program which tracks the changes in excel spreadsheet cells, without saving the file in hard disk. Without using excel functions, need to detect the changes. Please guide me to achieve this functionality. Thanks in advance.

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      NarVish wrote:

      I need to write a c# program which tracks the changes in excel spreadsheet cells, without saving the file in hard disk. Without using excel functions, need to detect the changes. Please guide me to achieve this functionality.

      Hello, Have you read point #2 in the guidelines[^]? It says: Be specific! Don't ask "can someone send me the code to create an application that does 'X'?". Pinpoint exactly what it is you need help with. Have you read up on Excel automation? What are the steps that you've taken so far to achieve this functionality?

      It is a crappy thing, but it's life -^ Carlo Pallini

      N 1 Reply Last reply
      0
      • R Rajesh R Subramanian

        NarVish wrote:

        I need to write a c# program which tracks the changes in excel spreadsheet cells, without saving the file in hard disk. Without using excel functions, need to detect the changes. Please guide me to achieve this functionality.

        Hello, Have you read point #2 in the guidelines[^]? It says: Be specific! Don't ask "can someone send me the code to create an application that does 'X'?". Pinpoint exactly what it is you need help with. Have you read up on Excel automation? What are the steps that you've taken so far to achieve this functionality?

        It is a crappy thing, but it's life -^ Carlo Pallini

        N Offline
        N Offline
        NarVish
        wrote on last edited by
        #3

        I didn't ask for the code. I just requested for the guidelines.. pls read it.. I'm trying with "Microsoft.Office.Interop.Excel" functionalities.

        F 1 Reply Last reply
        0
        • N NarVish

          I didn't ask for the code. I just requested for the guidelines.. pls read it.. I'm trying with "Microsoft.Office.Interop.Excel" functionalities.

          F Offline
          F Offline
          FilipKrnjic
          wrote on last edited by
          #4

          Interop is very complicated way to work with Excel. Here you have list of reasons why to avoid Excel Interop. Try with GemBox Excel .NET component - it is much faster and easier way to work with Excel. Filip GemBox.Spreadsheet for .NET - Easily read and write Excel(XLS, XLSX, CSV or ODF) files or export to HTML files from your .NET apps.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups