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

[フレーム]
Refer to the following example code to see how to save a workbook to Excel file. //create a new workbook var workbook = new GrapeCity.Documents.Excel.Workbook(); //change the path to real export path when save. workbook.Save("dest.xlsx"); ' Create a new Workbook Dim workbook As New Workbook 'change the path to real export path when save. workbook.Save("dest.xlsx", SaveFileFormat.Xlsx)

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