PhpSpreadsheet/tests/PhpSpreadsheetTests
oleibman 262896086a
Improve Coverage for Sylk (#1514)
* Improve Coverage for Sylk

I believe that both BaseReader and Sylk Reader are now 100% covered.

Documentation available for this format is sparse.
It was always incomplete, and in some cases inaccurate.
My goal was to use PhpSpreadsheet to load the test file,
save it as Xlsx, and visually compare the two, then add a test
loaded with assertions. Cell values and calculated values,
and border styles were generally handled pretty well without changes.
Other types of styling were not handled so well. I added a few cells
to exercise some previously uncovered code.

Sylk files must be ASCII. I have deprecated the use of the
setEncoding and getEncoding functions, which had no test cases.
2020-06-19 20:35:44 +02:00
..
Calculation Resolve utf-8 named ranges in calculation engine (#1522) 2020-06-13 17:35:29 +02:00
Cell Range operator tests (#1501) 2020-06-02 07:38:35 +02:00
Chart Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Collection Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Custom Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Functional Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Helper Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Reader Improve Coverage for Sylk (#1514) 2020-06-19 20:35:44 +02:00
Shared Fix Issue 1441 (isDateTime and Formulas) (#1480) 2020-05-24 20:02:39 +02:00
Style Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Worksheet Password and hash are exclusive 2020-05-31 22:36:37 +09:00
Writer Fix For #1509 (#1518) 2020-06-19 20:28:57 +02:00
DocumentGeneratorTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IOFactoryTest.php Improve Coverage for Gnumeric (#1517) 2020-06-19 20:34:02 +02:00
ReferenceHelperTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
SettingsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
SpreadsheetTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00