ankitvig / uniword
Module to add and update word and spreadsheets.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ankitvig/uniword
Requires
- php: ^7.2
- ext-pdo: *
- phpoffice/phpspreadsheet: ^1.14
- phpoffice/phpword: ^0.17.0
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