Apache POI · Example Payload

Apache Poi Document Example

Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

Apache Poi Document 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

idnameformatparagraphspageCount

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "example-name",
  "format": "DOC",
  "paragraphs": [
    {}
  ],
  "pageCount": 1234
}