mosa
ee700f7c7d
change array_push() to $array[] ( #254 )
...
http://php.net/manual/en/function.array-push.php#refsect1-function.array-push-description
> Note: If you use array_push() to add one element to the array it's better to use $array[] = because in that way there is no overhead of calling a function.
2017-10-19 11:07:31 +09:00
Adrien Crivelli
aef4d711f5
Use `self::assert*()` instead of `$this->assert*()`
...
Because even if it doesn't make a difference in practice, it is
technically more correct to call static methods statically. It
also better advertise that those methods can be used from any context.
2017-09-22 14:22:44 +09:00
all-lala
81c1b14048
Re-use original palette color when possible
...
This is to prevent color changing when copy/pasting xls files written by
PhpSpreadsheet to another file.
Closes #218
2017-09-11 14:28:49 +09:00
Zharikov Viktor
07455d24f6
Make global usage of `use` instead of FQCN
...
Closes #78
Closes #147
2017-05-18 00:10:16 +02:00
Adrien Crivelli
75d3bdb016
Declare arguments as required when they are
...
Closes #110
2017-04-16 14:25:28 +09:00
Adrien Crivelli
93e2204774
Document ODS supported features
...
This should be completed in the future.
2017-03-06 14:40:27 +09:00
Paolo Agostinetto
219e4e6258
Writer\Ods\Content: Set "CompatibilityMode" before and after running the tests in
...
order to avoid conflicts with other tests
2017-03-04 17:18:18 +01:00
Paolo Agostinetto
93b5337bda
Writer\Ods\Content: Fix CS
2017-03-04 17:18:18 +01:00
Paolo Agostinetto
4efda2a512
Ods\Writer\Content: added support for xr styles (bold, italic, font family, font size, underline, bg color)
2017-03-04 17:18:18 +01:00
Paolo Agostinetto
5620510991
Writer\Ods\Content: basic unit tests
2017-03-04 17:18:18 +01:00