Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
This commit is contained in:
2
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/backslash.csv
vendored
Normal file
2
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/backslash.csv
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"field 1","field 2\"
|
||||
"field 3\","field 4"
|
|
1
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/contains_html.csv
vendored
Normal file
1
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/contains_html.csv
vendored
Normal file
@ -0,0 +1 @@
|
||||
"Column A";"<a href=''>Link</a>";"Column C"
|
|
3
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/csv_without_extension
vendored
Normal file
3
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/csv_without_extension
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
This;Are;Headers
|
||||
Cell A2;Number with comma;25,5
|
||||
Two colons and a comma;B|3;:,:
|
0
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/empty.csv
vendored
Normal file
0
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/empty.csv
vendored
Normal file
|
4
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/enclosure.csv
vendored
Normal file
4
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/enclosure.csv
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"Date/Time","task","username"
|
||||
"12/17/2017 14:35","viewpage","username1",
|
||||
"12/17/2017 04:00","editpage","username5",
|
||||
"11/29/2017 08:20","deletepage","username2",,
|
Can't render this file because it has a wrong number of fields in line 2.
|
3
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/semicolon_separated.csv
vendored
Normal file
3
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/CSV/semicolon_separated.csv
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
This;Are;Headers
|
||||
Cell A2;Number with comma;25,5
|
||||
Two colons and a comma;B|3;:,:
|
|
1
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/HTML/csv_with_angle_bracket.csv
vendored
Normal file
1
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/HTML/csv_with_angle_bracket.csv
vendored
Normal file
@ -0,0 +1 @@
|
||||
Collection Name,Number of items with weight <= 50kg
|
|
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Ods/data.ods
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Ods/data.ods
vendored
Normal file
Binary file not shown.
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/XLSX/without_cell_reference.xlsx
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/XLSX/without_cell_reference.xlsx
vendored
Normal file
Binary file not shown.
47
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/WithoutStyle.xml
vendored
Normal file
47
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/WithoutStyle.xml
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?mso-application progid="Excel.Sheet"?>
|
||||
<Workbook xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
|
||||
xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml"
|
||||
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel">
|
||||
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
|
||||
<Colors>
|
||||
<Color>
|
||||
<Index>3</Index>
|
||||
<RGB>#000000</RGB>
|
||||
</Color>
|
||||
</Colors>
|
||||
</OfficeDocumentSettings>
|
||||
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
|
||||
<WindowHeight>9000</WindowHeight>
|
||||
<WindowWidth>13860</WindowWidth>
|
||||
<WindowTopX>240</WindowTopX>
|
||||
<WindowTopY>75</WindowTopY>
|
||||
<ProtectStructure>False</ProtectStructure>
|
||||
<ProtectWindows>False</ProtectWindows>
|
||||
</ExcelWorkbook>
|
||||
<ss:Worksheet ss:Name="Sample Data">
|
||||
<Table>
|
||||
<Column ss:Width="96.4913"/>
|
||||
<Column ss:Span="1" ss:Width="48.3874"/>
|
||||
<Column ss:Index="4" ss:Width="35.8866"/>
|
||||
<Column ss:Span="6" ss:Width="48.3874"/>
|
||||
<Column ss:Index="12" ss:Width="50.2583"/>
|
||||
<Column ss:Span="1011" ss:Width="48.3874"/>
|
||||
<Row ss:AutoFitHeight="0" ss:Height="14.9953">
|
||||
<Cell>
|
||||
<ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">Test String 1</ss:Data>
|
||||
<Comment>
|
||||
<ss:Data xmlns="http://www.w3.org/TR/REC-html40">
|
||||
<Font html:Face="Sans" html:Size="10">Test for a simple colour-formatted string</Font>
|
||||
</ss:Data>
|
||||
</Comment>
|
||||
</Cell>
|
||||
<Cell>
|
||||
<Data ss:Type="Number">1</Data>
|
||||
</Cell>
|
||||
</Row>
|
||||
</Table>
|
||||
<x:WorksheetOptions/>
|
||||
</ss:Worksheet>
|
||||
</Workbook>
|
8
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidSimpleXML.xml
vendored
Normal file
8
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidSimpleXML.xml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<root>
|
||||
<data>R&d</data>
|
||||
<data>R<d</data>
|
||||
<data>R>d</data>
|
||||
<data>R'd</data>
|
||||
<data>R"d</data>
|
||||
</root>
|
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-16.xml
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-16.xml
vendored
Normal file
Binary file not shown.
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-16BE.xml
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-16BE.xml
vendored
Normal file
Binary file not shown.
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-16LE.xml
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-16LE.xml
vendored
Normal file
Binary file not shown.
8
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-8.xml
vendored
Normal file
8
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestInvalidUTF-8.xml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!DOCTYPE root [
|
||||
<!ENTITY x0 "DoS">
|
||||
]>
|
||||
|
||||
<root>
|
||||
test: (&x0;)
|
||||
</root>
|
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-16.xml
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-16.xml
vendored
Normal file
Binary file not shown.
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-16BE.xml
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-16BE.xml
vendored
Normal file
Binary file not shown.
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-16LE.xml
vendored
Normal file
BIN
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-16LE.xml
vendored
Normal file
Binary file not shown.
4
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-8.xml
vendored
Normal file
4
inc/vendor/phpoffice/phpspreadsheet/tests/data/Reader/Xml/XEETestValidUTF-8.xml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<root>
|
||||
test: Valid
|
||||
</root>
|
Reference in New Issue
Block a user