Skip to content

Is there no longer support for XLS(X)? #28

@johnblythe

Description

@johnblythe

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions