Detecting a change in excel spreadsheet cell
-
-
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.
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
-
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
-
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.
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.