I have some data that is currently stored in an Excel workbook. It makes sense that the data is in Excel (in that it is easy to manage, easy to expand, do calculations, etc.), but some of the data there is needed by an automated process, so from this point of view it would be more convenient if it was in the database.
To provide information more visibility, workflow, etc. I am considering moving it to SharePoint. In fact, turning it into a SharePoint form would be tedious and time-consuming, and then flexibility / convenience would be lost; instead, I'm going to just save the current Excel file in a SharePoint library.
My problem then would be: how does an automated process extract the desired values from an Excel workbook that now lives in a SharePoint library? Is this something you can use for Excel Services? Or is there another / better way? And even if it can be done, is it wise to do it?
source
share