Excel API Library for Java - Sample Browser | Document Solutions | Export Chart
[
フレーム]
src="bundle.js">
## Export chart
Document Solutions for Excel supports exporting charts to PDF file.
- Column
- Line
- Pie
- Bar
- Area
- X Y(Scatter)
- Stock
- Radar
- Combo
// 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")