Apache POI · Example Payload

Apache Poi Workbook Request Example

Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

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

nameformatsheets

Example Payload

Raw ↑
{
  "name": "example-name",
  "format": "XLS",
  "sheets": [
    "example"
  ]
}