mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-20 08:21:29 +01:00
Upgrade lib escpos-php
This commit is contained in:
@@ -289,6 +289,7 @@ class PHPExcel_Shared_OLERead {
|
|||||||
|
|
||||||
$offset += self::PROPERTY_STORAGE_BLOCK_SIZE;
|
$offset += self::PROPERTY_STORAGE_BLOCK_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1042,6 +1042,7 @@ class PHPExcel_Writer_Excel2007_Chart extends
|
|||||||
}
|
}
|
||||||
|
|
||||||
$objWriter->endElement();
|
$objWriter->endElement();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1321,6 +1322,7 @@ class PHPExcel_Writer_Excel2007_Chart extends
|
|||||||
$objWriter->endElement();
|
$objWriter->endElement();
|
||||||
}
|
}
|
||||||
$objWriter->endElement();
|
$objWriter->endElement();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,23 +1,26 @@
|
|||||||
{
|
{
|
||||||
"name" : "phpoffice/phpexcel",
|
"name" : "phpoffice/phpexcel",
|
||||||
"description" : "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
"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",
|
"homepage" : "http://phpexcel.codeplex.com",
|
||||||
"type" : "library",
|
"type" : "library",
|
||||||
"license" : "LGPL",
|
"license" : "LGPL",
|
||||||
"authors": [
|
"authors" : [{
|
||||||
{
|
|
||||||
"name" : "Maarten Balliauw",
|
"name" : "Maarten Balliauw",
|
||||||
"homepage" : "http://blog.maartenballiauw.be"
|
"homepage" : "http://blog.maartenballiauw.be"
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
"name" : "Mark Baker"
|
"name" : "Mark Baker"
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
"name" : "Franck Lefevre",
|
"name" : "Franck Lefevre",
|
||||||
"homepage" : "http://blog.rootslabs.net"
|
"homepage" : "http://blog.rootslabs.net"
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
"name" : "Erik Tilt"
|
"name" : "Erik Tilt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user