Apache POI · Example Payload

Apache Poi Document Request Example

Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

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

Top-level fields

nameformatcontent

Example Payload

Raw ↑
{
  "name": "example-name",
  "format": "DOC",
  "content": "example"
}