Apache POI · Example Payload

Apache Poi Sheet Example

Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

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

nameindexrowCountcolumnCount

Example Payload

Raw ↑
{
  "name": "example-name",
  "index": 1234,
  "rowCount": 1234,
  "columnCount": 1234
}