Update Data. Excel.Web Application

I have an Excel sheet. I have updated some data inside it. How do I automate a process of updating only that data in the web application which was updated earlier in the excel?

Hi,

Do you have a mrker to idicate if a particular cell was updated.
If not,
You will have to add steps and write a macro which will tell you if a cell has been updated or not
Refer:
https://www.spreadsheetsmadeeasy.com/how-to-tell-if-a-cell-changed-with-vba/

Depending on value of output you can do further processing

Regards,
Amit Anand