Apache POI · Example Payload

Apache Poi Workbook Example

Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

Apache Poi Workbook Example is an example object payload from Apache POI, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameformatsheetCountcreatedAt

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "example-name",
  "format": "XLS",
  "sheetCount": 1234,
  "createdAt": "example"
}