2
0
forked from Wavyzz/dolibarr

Upgrade lib escpos-php

This commit is contained in:
Laurent Destailleur
2019-02-12 03:22:07 +01:00
parent 5450a09b7c
commit f69f574eff
20 changed files with 74 additions and 68 deletions

View File

@@ -289,6 +289,7 @@ class PHPExcel_Shared_OLERead {
$offset += self::PROPERTY_STORAGE_BLOCK_SIZE;
}
}
/**

View File

@@ -1042,6 +1042,7 @@ class PHPExcel_Writer_Excel2007_Chart extends
}
$objWriter->endElement();
}
/**
@@ -1321,6 +1322,7 @@ class PHPExcel_Writer_Excel2007_Chart extends
$objWriter->endElement();
}
$objWriter->endElement();
}
/**

View File

@@ -1,23 +1,26 @@
{
"name" : "phpoffice/phpexcel",
"description" : "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"keywords": ["PHP","Excel","OpenXML","xlsx","xls","spreadsheet"],
"keywords" : [
"PHP",
"Excel",
"OpenXML",
"xlsx",
"xls",
"spreadsheet"
],
"homepage" : "http://phpexcel.codeplex.com",
"type" : "library",
"license" : "LGPL",
"authors": [
{
"authors" : [{
"name" : "Maarten Balliauw",
"homepage" : "http://blog.maartenballiauw.be"
},
{
}, {
"name" : "Mark Baker"
},
{
}, {
"name" : "Franck Lefevre",
"homepage" : "http://blog.rootslabs.net"
},
{
}, {
"name" : "Erik Tilt"
}
],