Hi Team,
I have licensed ASPOSE version , I have question on read the excel using the .NET ASPOSE libraries ,
I have excel file and users will update the file every hour and I need to read only the updated rows from ex…...Workbook(file); foreach(RevisionLog log in workbook.Worksheets.RevisionLogs)...RevisionLogs) { RevisionCollection rvs = log.Revisions; foreach (Revision...