Skip to content

This package demonstrates how to upload an Excel spreadsheet file to web applications running a server side technologies.

Notifications You must be signed in to change notification settings

anuthedeveloper/simple-coop-uploads-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-coop-uploads-api

Simple PHP and Sql Server API to serve uploads for web applications

PhpSpreadsheet

Uploads with Php Spreadsheet plugin

Format includes: spreadsheet sheets, xls, xlsx, csv

 [
  'application/vnd.ms-excel',
  'text/xls',
  'text/xlsx',
  'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
  'text/csv'
 ]

Modify the init file to your own database connection

About

This package demonstrates how to upload an Excel spreadsheet file to web applications running a server side technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages