I've got a two-fold issue. I'd like to take an excel sheet within a
spreadsheet that gets updated/overlayed on a daily basis with the latest data
and update the sharepoint list without sharepoint thinking every item in the
list is new. The ultimate problem I'm trying to solve is to have alerts on
each item in the list, only when data values change, but sharepoint seems to
think the item changed when it really hasn't and alerts the user. What I
tried to do is keep the id field and just overlay the rest of the data in the
spreadsheet. Sharepoint saw that as a change and sent the alert. I need
to capture new list items from that spreadsheet and data changes to existing
list items. If there's a way to do this without having to write code?