Common
Common copied to clipboard
Shared components between all PHPOffice projects
This fix is for the pointsToEmu calculation. It first does the same as pointsToPixels, but then instead of doing the same as pixelToEmu, it does the same as emuToPixels. This...
docs only
CSV上传,单独中文字符,导致其后续空的field直接被去除,并补充到本行末尾。作者大大能复现么,或者在读取时候需要加上什么限制
Is impressive the good job made in this Project. We think the project will be boosted if WOPI protocol is implemented as a new feature, allowing it to be a...
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.0.0 PHPStan 1.0 is here and I'm really excited about it! Read the accompanying...
In `Text.php`, `buildControlCharacters()` constructs array of control characters, but only characters 0 - 19(without 9, 10, 13). If i create Word2007 file with some other control character, for example 20,...
We were trying to open Word files downloaded from Sharepoint. For some reason, those zip files work a bit differently. When a trailing slash was added ("/word/document2.xml"), it failed. When...
Hello. I see all your projects dependence on this package and this package use pclzip. I think pclzip is very slow solution in case of managing zip-archives. As alternative for...
utf8_encode is deprecated since PHP 8.2, but used in Text.php, line 149, function toUTF8
Run: PhpOffice\PhpPresentation\IOFactory::load("demo.pptx"); get some error message: PhpOffice\PhpPresentation\AbstractShape::setWidth(): Argument #1 ($pValue) must be of type int, float given, called in /xxx/vendor/phpoffice/phppresentation/src/PhpPresentation/Reader/PowerPoint2007.php on line 972 error file: **change return type float to...