Excel API Library for .NET - Sample Browser | Document Solutions | Render Excel range in PDF
[
フレーム]
## Render Excel range in PDF
The samples in this folder demonstrate how to render Excel ranges inside the PDF file along with some custom textual information at runtime to the specified location on the page.
Click the **"View PDF"** button to perform the following actions on the server:
- Render Excel ranges inside the PDF file
- 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")