PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Html
oleibman cc5c0205d5
Fix for Issue 2029 (Invalid Cell Coordinate A-1) (#2032)
* Fix for Issue 2029 (Invalid Cell Coordinate A-1)

Fix for #2021. When Html Reader encounters an embedded table, it tries to shift it up a row. It obviously should not attempt to shift it above row 1. @danmodini reported the problem, and suggests the correct solution. This PR implements that and adds a test case.

Performing some additional testing, I found that Html Reader cannot handle inline column width or row height set in points rather than pixels (and HTML writer with useInlineCss generates these values in points). It also doesn't handle border style when the border width (which it ignores) is omitted. Fixed and added tests.
2021-04-29 22:59:01 +02:00
..
HtmlBorderTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlHelper.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
HtmlImageTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlLoadStringTest.php Avoid Duplicate Titles When Reading Multiple HTML Files (#1829) 2021-02-27 15:10:04 +01:00
HtmlTagsTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Issue2029Test.php Fix for Issue 2029 (Invalid Cell Coordinate A-1) (#2032) 2021-04-29 22:59:01 +02:00