Excel API Library for Java - Sample Browser | Document Solutions | Picture
[
フレーム]
src="bundle.js">
## Picture
Document Solutions for Excel allows you to add a picture to a worksheet.
To add a picture to a worksheet, use the **AddPicture** method of the worksheet's **Shapes** collection.
// 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")