I have to install phpoffice/phpspreadsheet without composer since we are on shared hosting and composer does not seem to be installed there.
I tried the following:
- add the folder src/phpspreadsheet of the plugin (phpoffice/phpspreadsheet/src/phpspreadsheet) to my projects vendor/phpoffice, so the path for e.g. the spreadsheet.php file in the project is now root/vendor/phpoffice/phpspreadsheet/Spreadsheet.php
- add "phpoffice/phpspreadsheet": "*" to the composer.json in the root directory of the project
- current point: from what I understand in the yii2 documentation, I need to add the following code to some configuration file, but the guide does not tell me where.
code:
[
'aliases' => [
'@vendor' => '@vendor/phpoffice/phpspreadsheet',
],
]
Also, I'm assuming that Yii does not come with a vendor alias by default, so I guess I'd need to do something like Yii::setAlias("@vendor", Yii::$app->basePath."/vendor");
somewhere.
Am I going the right way with this?
I had same problem. I downloaded Library from github and
the File is in this link https://github.com/YoloZoloo/PhpSpreadSheet/tree/master
You can change the folder name to any folder you like. Load [AnyFolder]->table.php from your server and press 「ダウンロード」.