ankitvig/uniword

Module to add and update word and spreadsheets.

4.0.2 2020-10-16 15:13 UTC

This package is auto-updated.

Last update: 2024-04-16 22:42:05 UTC


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