Apache POI · JSON Structure

Apache Poi Workbook List Structure

List of Excel workbooks

Type: object Properties: 2
Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

WorkbookList is a JSON Structure definition published by Apache POI, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

workbooks total

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-poi/refs/heads/main/json-structure/apache-poi-workbook-list-structure.json",
  "description": "List of Excel workbooks",
  "type": "object",
  "properties": {
    "workbooks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Workbook"
      }
    },
    "total": {
      "type": "int32",
      "description": "Total number of workbooks"
    }
  },
  "name": "WorkbookList"
}