5.4 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.4.1 SERVICE_LOAD

5.4.2 SERVICE_GET

5.4.3 OPEN

5.4.4 CREATE

5.4.5 SAVE

5.4.6 GET

5.4.7 SET

5.4.8 ADD

5.4.9 REMOVE

5.4.10 READ

5.4.11 WRITE

5.4.12 CLOSE

5.4.13 SERVICE_UNLOAD