Excel API Library for Java - Sample Browser | Document Solutions | Barcode
[
フレーム]
src="bundle.js">
## Barcode
There are 11 types of barcode supported in Document Solutions for Excel , and they can be added using a simple formula.
// 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")