This package is meant to export spreadsheet information in the Excel XLS format.
It consists in a base class that is capable of generating the contents of an XLS file given the values of the spreadsheet cells. There is also a sub-class that can query a MySQL database and use the base class to generate the contents of XLS file with the information of the query result set.