views:

14

answers:

0

I need to build a WinForms (C# 3.5) app that can read an Excel spreadsheet that lives on our SharePoint site (SharePoint 2007.) The app must be able to run on any workstation that has access to the SharePoint site (i.e., it won't be running on the SharePoint server.)

The ideal solution would be to read the XLSX directly out of SharePoint, but downloading it locally is acceptable if that's the only way to do it. I only need read-only access to the spreadsheet. The spreadsheet is updated periodically so the app needs to get the latest version every time it's run.

TIA

related questions