PHP Classes

Simple Coop Uploads API: Store financial data in SQL server from Excel file

Recommend this page to a friend!
  Info   View files Example   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2023-03-28 (3 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 103 All time: 9,671 This week: 121Up
Version License PHP version Categories
simple-coop-uploads- 1.0.0The PHP License5PHP 5, Databases, Finances, Applications
Description 

Authors

Maarten Balliauw
Mark Baker
Franck Lefevre
Erik Tilt
Adrien Crivelli


Contributor

This package can store financial data in an SQL server from an Excel file.

It provides a form script to upload an Excel spreadsheet in XLSX format.

The package also provides a class to process the uploaded Excel spreadsheet files, parse the file to extract financial value, and store the values in SQL server details.

Innovation Award
PHP Programming Innovation award nominee
April 2023
Number 3
Companies develop many PHP applications to serve the needs of the financial department.

Often companies create spreadsheets with financial numbers and calculations with the Excel application.

This package provides a simple application that demonstrates how to upload an Excel spreadsheet file to Web site running PHP and then extract details from the spreadsheet to store in a SQL server database table, so the stored data may be used by other parts of the PHP Web site.

Manuel Lemos
Picture of Okanlawon Anuoluwapo
Name: Okanlawon Anuoluwapo <contact>
Classes: 1 package by
Country: Nigeria Nigeria
Innovation award
Innovation award
Nominee: 1x

Details

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

  Files folder image Files  
File Role Description
Files folder imageclasses (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file init.php Example Example script
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  classes  
File Role Description
  Plain text file uploadController.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:103
This week:0
All time:9,671
This week:121Up