There are still files related to parsing and writing to XLSX, but this filetype is not included in the validXTypes definitions in SimpleExcel.php, lines 99 & 100:
$this->validParserTypes = array('XML', 'CSV', 'TSV', 'HTML', 'JSON');
$this->validWriterTypes = array('XML', 'CSV', 'TSV', 'HTML', 'JSON');
Am I overlooking something or has support been dropped, put on hold, etc?