Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
547bd9b6
Commit
547bd9b6
authored
Dec 22, 2018
by
Carsten Rose
Browse files
Add vendor/autoload.php and vendor/composer/ to Build QFQ version.
parent
2a88393a
Pipeline
#1235
failed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/report/Excel.php
View file @
547bd9b6
...
...
@@ -25,7 +25,8 @@ require_once(__DIR__ . '/../helper/HelperFile.php');
require_once
(
__DIR__
.
'/../exceptions/DownloadException.php'
);
//require_once(__DIR__ . '/../Evaluate.php');
//require_once(__DIR__ . '/../helper/KeyValueStringParser.php');
require
__DIR__
.
'/../../../vendor/autoload.php'
;
//require __DIR__ . '/../../../vendor/autoload.php';
require
__DIR__
.
'/../../../Resources/Private/vendor/autoload.php'
;
use
PhpOffice\PhpSpreadsheet\Spreadsheet
;
use
PhpOffice\PhpSpreadsheet\Writer\Xlsx
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment