5.5 ExcelService

The ExcelService provides a means for applications to create and read Microsoft Excel documents.

This service uses the open source Apache POI classes. Refer to http://poi.apache.org/spreadsheet/.

When adding images to a sheet, only PNG and JPEG formats are supported.

ExcelService supports the following commands:

5.5.1 SERVICE_LOAD

5.5.2 SERVICE_GET

5.5.3 OPEN

5.5.4 CREATE

5.5.5 SAVE

5.5.6 GET

5.5.7 SET

5.5.8 ADD

5.5.9 REMOVE

5.5.10 READ

5.5.11 WRITE

5.5.12 CLOSE

5.5.13 SERVICE_UNLOAD