Excel API Library for Java - Sample Browser | Document Solutions | SpreadJS features
[
フレーム]
src="bundle.js">
## 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.
// Create a new workbook
Workbook workbook = new Workbook();null
// Save to an excel file
workbook.save("FolderExample.xlsx");
// Create a new workbook
var workbook = Workbook()
FIXME: No Kotlin code in this demo.
// Save to an excel file
workbook.save("FolderExample.xlsx")