Apache POI · Example Payload

Apache Poi Presentation Example

Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

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

Top-level fields

idnameformatslides

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "example-name",
  "format": "PPT",
  "slides": [
    {}
  ]
}