Hello everyone,I need to delete some records from an excel in SharePoint and update some fields in others.I have thought about downloading, saving to DB and doing it there and then generating Excel again and uploading it to SharePoint, but do you know of any way to do it directly, without having to save to DB?thanks greetings
Discussion posts and replies are publicly visible
Hi ,
First thing is do you want to keep track of deleted records ? In this case DB approach is the best way. Because from the DB table we can able to identify what are the records are deleted in SharePoint.