-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the download? #1720
Comments
If you composer install it, then you'll get samples, docs, unit tests, etc. |
Well I dont use the composer and I guess there are a lot of people also that like the manually way. So, where can I download everything? |
If you absolutely must use the downloaded zip; then you'll have to download dependencies manually as well; and handle the autoloading yourself. The documentation for the library is available online, as is the API documentation. |
The instructions assume that you will use the recommended approach, and use composer to install PHPSpreadsheet. If you choose not to follow that recommendation, then you need to do a few things differently; and if you have made a conscious decision not to follow recommendations and use composer, then you should have the necessary knowledge to adapt code to use your own autoloading instead. Step #1. Download the PHPSpreadsheet zip, and extract the contents to an appropriate folder |
Hello and thanks for your answer, I appreciate it. But things does not have to be so complicated. I downloaded a Zip-File from this website, extract it and it works right out of the box: Greets |
Installs without composer is not supported. |
When I download the zip file I only get the source code. Where is the download with samples and docs?
Thanks
The text was updated successfully, but these errors were encountered: