SimpleXLSX无法读取使用PHP_XLSXWriter生成的Excel文件。
XLSXWriter代码:
toPromise()
SimpleXLSX可以读取手动生成的Excel(.xlsx)文件。
答案 0 :(得分:1)
需要在SimpleXLSX.php文件中添加这些行。
const SCHEMA_REL_RELATIONSHIP = 'http://schemas.openxmlformats.org/package/2006/relationships';
const SCHEMA_REL_OFFICEDOCUMENT_RELATIONSHIP = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships';
const SCHEMA_REL_WORKSHEETRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet';