Excel API Library for .NET - Sample Browser | Document Solutions | PDF Exporting
[
フレーム]
## PDF Exporting
In this folder, you can explore complete code demonstrating how to export an PDF file at server side.
Click the **"Save as PDF"** button to perform the following actions on the server:
- Create an empty workbook
- Execute all of code in the code window
- Save to an PDF file
Then you can view the PDF in your browser.
// Save to an excel file
workbook.Save("FolderExample.xlsx");
' Create a new Workbook
Dim workbook As New Workbook
FIXME: This demo doesn't have VB code.
' save to an excel file
workbook.Save("FolderExample.xlsx")