Excel API Library for .NET - Sample Browser | Document Solutions | SpreadJS features
[
フレーム]
## SpreadJS Features
This folder demostrate some unique features of SpreadJS(a comprehensive enterprise JavaScript spreadsheet solution).
Document Solutions for Excel supports these features to interact with SpreadJS by json in a lossless way. Some of these features may not have corresponding API and some of them can be exported to PDF.
Please note that these features are **not** supported in MSExcel.
// 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")