Skip to content

roundpartner/backup-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup Service

Service for generating back ups

Usage

Excel

Get Excel Workbook as a string

$result = ExcelFactory::asString($input);

This can then be outputted as a file

header('Content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header('Content-Disposition: inline; filename="workbook.xlsx"');

Clean Code

./vendor/bin/phpcbf --standard=psr2 ./src
./vendor/bin/phpcs --standard=psr2 ./src

About

Service for generating back ups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages