ankitvig / uniword
Module to add and update word and spreadsheets.
4.0.2
2020-10-16 15:13 UTC
Requires
- php: ^7.2
- ext-pdo: *
- phpoffice/phpspreadsheet: ^1.14
- phpoffice/phpword: ^0.17.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This is simple project to Upload and Download word and Excel documents using PhpWord and Php Spread Sheets.
Functionalities
- Upload files: The Upload files allows the user to upload, display and download the Word and Excel file using phpword and phpspreadsheet packages
- Create files: The Upload files aloows the user to create a new Word and Excel file using phpword and phpspreadsheet packages
- List of files: It will contain list of all the files uploaded and created by the user and also gives option to download any of the files.
How to Run the Project
- Use the following commands
composer create-project ankitvig/uniword
cd uniword/web && php -S localhost:8000