PhpSpreadsheet/src/PhpSpreadsheet
oleibman 39df9c3bcc
Fix Some Pdf Problems (#2960)
* Fix Some Pdf Problems

Fix #1747. No support for text rotation in Pdf. That issue actually has a decent workaround, but PhpSpreadsheet should handle it on its own. Mpdf requires the proprietary text-rotate css attribute; Html and Dompdf will use the CSS3 attribute transform:rotate.

Fix #1713. Some paper-size values in PhpSpreadsheet are strings, some are 2-element float arrays. Dompdf accepts strings or 4-element float arrays, where the first 2 elements are always 0. Convert the PhpSpreadsheet array accordingly before passing it to Dompdf.

Some tests had been disabled when Dompdf and Tcpdf were slow to achieve PHP8 compliance. They achieved it some time ago. Re-enable the tests.

* Remove Tcpdf From One Test

No problem with the other tests I added it in for.
2022-07-29 06:14:28 -07:00
..
Calculation Merge branch 'master' into TextFunctions-New 2022-07-28 19:14:06 +02:00
Cell Modify rangeBoundaries(), rangeDimension() and getRangeBoundaries() methods to work with row/column ranges as well as with cell ranges and cells 2022-07-07 17:30:27 +02:00
Chart Charts - Gradients, Transparency, Hidden Axes (#2950) 2022-07-23 08:06:13 -07:00
Collection Minor performance tweaks 2022-05-01 21:55:37 +02:00
Document Explicit type-cast result from preg_replace() calls to string, cleans up a few phpstan issues 2022-05-25 12:36:25 +02:00
Helper Changes for Phpstan 1.8.0 (#2920) 2022-07-02 01:16:11 -07:00
Reader Charts - Gradients, Transparency, Hidden Axes (#2950) 2022-07-23 08:06:13 -07:00
RichText Coverage Improvements (#2859) 2022-06-01 08:29:56 -07:00
Shared Keep Calculated String Results Below 32K (#2921) 2022-07-04 08:30:46 -07:00
Style Additional Support for Chart DataSeriesValues (#2906) 2022-06-29 17:52:09 -07:00
Worksheet Fix Chart Problems and Memory Leak in Xlsx Writer (#2930) 2022-07-14 08:30:36 -07:00
Writer Fix Some Pdf Problems (#2960) 2022-07-29 06:14:28 -07:00
CellReferenceHelper.php Fix issues with updating Conditional Formatting when inserting/deleting rows/columns 2022-03-17 11:37:15 +01:00
Comment.php Xlsx image background in comments #1547 (#2422) 2021-12-17 06:10:59 -08:00
DefinedName.php Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
Exception.php Drop unused code and fix some PhpStorm warnings 2017-10-08 01:21:32 +09:00
HashTable.php Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
IComparable.php Remove boilerplates 2017-09-30 22:12:28 +09:00
IOFactory.php Allow Reader format identification to use a subset of possible Readers 2022-04-19 14:24:53 +02:00
NamedFormula.php Named formula fix for empty formula value 2021-01-29 15:43:49 +01:00
NamedRange.php Named formula implementation, and improved handling of Defined Names generally (#1535) 2020-07-26 12:00:06 +02:00
ReferenceHelper.php Merge branch 'master' into Performance-Refresh-Row/Column-Dimensions 2022-06-30 17:15:05 +02:00
Settings.php Drop PHP 7.2 2021-11-01 12:01:54 +09:00
Spreadsheet.php Fix Spreadsheet Copy, Disable Clone, Improve Coverage (#2951) 2022-07-28 07:03:26 -07:00