Reading cell contents in an Excel file with F# and Open XML SDK
问题 I can't compile the following code, which has been translated from C#. The compiler produced this error: error FS0010: Incomplete structured construct at or before this point in implementation file. Expected incomplete structured construct at or before this point or other token. // Assemblies open System open System.Linq open System.Data open System.Windows open DocumentFormat.OpenXml // Also install DocumentFormat.OpenXml from nuget open DocumentFormat.OpenXml.Packaging open DocumentFormat