Hey guys,
I was looking through the API documentation for .cells and I didnt see any API for reading or writing tracked cells. Does .cells support those operations?
My scenario is this: Programatically generate an excel sheet for a user. The user makes changes in that sheet and then uploads it to a site where the changes are then read through and processed.
It would be ideal to generate the excel document. Setup the "Track Changes" properties on that workbook and then give that to the user. When I process the file after their changes I can process only those cells which the user has changed.
Thanks in advance.