简体   繁体   中英

Phpspreadsheet invalid datatype?

I cant load my .xlxs file to phpspreadsheet the error is:

[07-Feb-2022 11:35:44 Europe/Budapest] PHP Fatal error:  Uncaught PhpOffice\PhpSpreadsheet\Exception: Invalid datatype: d in /home/yyyyy/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php:243
Stack trace:
#0 /home/yyyyy/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php(827): PhpOffice\PhpSpreadsheet\Cell\Cell->setValueExplicit('2022-02-04', 'd')
#1 /home/yyyyy/public_html/admin/1/glskovetes/functions/testing.php(23): PhpOffice\PhpSpreadsheet\Reader\Xlsx->load('testing6.xlsx')
#2 {main}
  thrown in /home/yyyyy/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php on line 243

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM