I am using the Open XML SDK to create an instance of a SpreadsheetDocument
of the file, and I think I get a proper instance of Sheet and WorksheetPart.
But now I am stuck. Can I use LINQ or something similar to get all of the
column values I need?
Help, desperate!
Thanks.