Excel API Library for .NET - Sample Browser | Document Solutions | Image Exporting
[
フレーム]
## Image Exporting
In this folder, you can explore complete code demonstrating how to export sheet/range/shape/chart to image files at server side.
Click the **"Run"** button to perform the following actions on the server:
- Create an empty workbook
- Execute all of code in the code window
- Save to an image file
Then you can view the image 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")