Excel API Library for .NET - Sample Browser | Document Solutions | Import Excel file

[フレーム]
Refer to the following example code to see how to open an Excel file. //create a new workbook var workbook = new GrapeCity.Documents.Excel.Workbook(); //Change the path to the real file path when open. workbook.Open("source.xlsx"); ' Create a new Workbook Dim workbook As New Workbook 'Change the path to the real file path when open. workbook.Open("source.xlsx", OpenFileFormat.Xlsx)

AltStyle によって変換されたページ (->オリジナル) /