Excel API Library for Java - Sample Browser | Document Solutions | Import data
[
フレーム]
src="bundle.js">
## Import data
The examples in this folder demonstrate how to import data from a specified file quickly:
- Use Workbook.GetNames() to get all sheet names and tables names that will be used as the parameter source of ImportData.
- Use Workbook.ImportData() to import all the data of the specified source of the file.
// 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")