madflow
6c8344c025
PHP version in readme
2019-01-04 19:23:27 +01:00
madflow
4d6437fa77
merge master, resolve conflicts ( #447 )
2017-07-13 09:52:15 +02:00
Adrien Loison
238756ab6e
Move Style classes into Common folder ( #432 )
2017-05-30 00:56:50 +02:00
Adrien Loison
80553c6c52
Bump min PHP version to 5.6 ( #415 )
2017-05-05 15:14:47 +02:00
Adrien Loison
4e6db6a8a1
Update copyright year ( #412 )
2017-04-28 11:17:41 +02:00
Adrien Loison
048105461c
Fix shared strings XML Entities auto decode ( #411 )
...
When converting an XMLReader node to a SimpleXMLElement, the conversion would automatically decode the XML entities. This resulted in a double decode.
For example: """ was converted to """ when imported into a SimpleXMLElement and was again converted into " (quote).
This commit changes the way the XLSX Shared Strings file is processed. It also changes the unescaping logic for both XLSX and ODS.
Finally, it removes any usage of the SimpleXML library (yay!).
2017-04-28 02:27:33 +02:00
Adrien Loison
7f8b95b2f3
Expose Sheet::isActive() to provide info about the last active sheet ( #405 )
2017-04-15 21:40:19 +02:00
Adrien Loison
d898f91917
Update README.md ( #398 )
2017-03-27 18:28:12 +02:00
Adrien Loison
4cb30bc36d
Add Scrutinizer Code Quality badge ( #345 )
2016-10-18 20:29:33 -07:00
Adrien Loison
442a9837f1
Removing license badge ( #320 )
...
As Github now provides this information in the project's header
2016-09-30 10:11:05 -07:00
Hastegan
ddb7365a79
Add a way to disable text wrapping through the api ( Fix #247 ) ( #311 )
...
* Add a way to disable text wrapping (Fix #247 )
* Fix PHPDoc boolean notation
* Fix PHPDoc param notation
2016-09-16 11:24:36 -07:00
Adrien Loison
c94694cb60
API to set default row style ( #290 )
2016-08-16 21:18:44 -07:00
madflow
584121d478
Add background-color to styles ( #211 )
...
Removed default background color, cosmetics
Remove default background color
reuse bg colors
Cosmetics
Moved reusing fills to XLSX StyleHelper
Tests and inline doc
2016-08-10 13:11:47 -07:00
madflow
7a613eed8c
Border ordering ( #273 )
...
* Fix #271
* Minor fix for quick copy+paste
* Added link to issue #271
2016-07-13 11:45:37 -07:00
Marie
b02d13cd40
Set BOM as optional on CSV writer ( #265 )
2016-07-07 15:21:41 +02:00
Adrien Loison
192659cb24
Update README.md ( #256 )
2016-06-19 20:20:49 -07:00
madflow
e30bc37448
First stab at #135 - Add borders ( #200 )
...
Fixes #135
Added border support for ODS and XLSX files.
Updated README.
2016-06-18 23:36:10 -07:00
Adrien Loison
a24e794177
Update README.md ( #228 )
...
Fixed the amount of memory used by Spout, as it used to take into account the memory used by PHPUnit.
2016-05-23 13:36:07 -07:00
Adrien Loison
104cd9b811
Option to return formatted dates instead of PHP objects ( #226 )
...
When reading spreadsheets, Spout should be able to return formatted dates, as shown when opened with Excel for instance.
It currently only returns DateTime/DateInterval objects, making it impossible to read + write, as the Writer does not accept objects.
2016-05-20 16:08:35 -07:00
Sebastian Fichera
4827e56cac
Added new public function usage to docs...
2016-02-11 17:15:48 -06:00
Mathieu Santo Stefano--Féron
73341d06a9
Update README.md
...
Fix typo
2016-01-27 18:21:06 +01:00
Adrien Loison
128db45f22
Update README.md
2015-12-21 10:45:02 +01:00
Adrien Loison
a76624a721
Update README.md
2015-11-13 10:14:10 -08:00
Philip Brown
9c8cc05364
Update README.md
2015-10-27 18:34:58 +00:00
Adrien Loison
8fd606ae4f
Highlight XLSX over CSV in documentation
2015-10-23 10:52:12 -07:00
Adrien Loison
e147c580ca
ODS documentation
2015-09-01 23:11:07 -07:00
Adrien Loison
b4ace972e7
Update README.md
2015-08-22 19:39:43 -07:00
Adrien Loison
c428daff5a
Update README.md
2015-08-22 18:14:33 -07:00
Adrien Loison
5908443583
Update README.md
2015-08-22 18:13:36 -07:00
Adrien Loison
050672755d
Update README.md
2015-08-22 12:37:24 -07:00
Adrien Loison
9467b5a810
Add support for font color
2015-08-21 20:58:21 -07:00
Adrien Loison
3559bc8834
Detection of invalid sheet name - continued
...
Invalid names can also be triggered by:
- character ":"
- single quote at the beginning of the name
- single quote at the end of the name
Introduced a StringHelper, wrapping multibyte strings functions
2015-08-21 16:44:13 -07:00
Adrien Loison
7efab5576d
Detection of invalid sheet name
...
Based on Excel requirements:
- it should not be blank
- it should not exceed 31 characters
- it should not contain these characters: \ / ? * [ or ]
- it should be unique
2015-08-21 15:21:36 -07:00
Adrien Loison
366f121eb0
Update README.md
2015-08-21 10:58:11 -07:00
Adrien Loison
353d4e86a5
Merge pull request #83 from box/wrap_text_on_multiline_strings
...
Set wrap text style when multiline string encountered
2015-08-13 23:18:11 -07:00
Adrien Loison
c8ddcf5441
Set wrap text style when multiline string encountered
...
Fixes #10
If a cell contains a multiline string, "wrap text" style option should
automatically be set.
2015-08-13 23:03:28 -07:00
Adrien Loison
4a346cef0c
Update README.md
...
Display style options as a table instead of bullet points
2015-08-13 23:02:37 -07:00
Adrien Loison
1c8934790d
Update README.md
...
Added "How to style a row" section
2015-08-13 20:33:37 -07:00
Juan Treminio
611a091290
getRowIterator() is on $sheet variable
2015-07-29 22:04:47 -05:00
Adrien Loison
dc53b6aa20
Update README.md
...
Change Travis badge from PNG to SVG
2015-07-27 22:26:36 -07:00
Adrien Loison
30aa8970d5
Update README.md
...
Bump "require" version in preparation of the 2.0.0 release
2015-07-27 22:21:33 -07:00
Adrien Loison
fd84c6f1c8
Update README
2015-07-27 20:59:21 -07:00
Adrien Loison
2345a80784
Update README for iterators
2015-07-26 23:53:18 -07:00
Adrien Loison
0adbf439f5
Use Scrutinizer instead of Coveralls
2015-07-26 23:49:19 -07:00
Adrien Loison
ad6b881685
Update README.md
2015-07-16 23:16:31 -07:00
Adrien Loison
79982a6107
Autoloader for manual installation
...
Added PSR4 Autoloader
Updated README with manual installation instructions
2015-07-16 00:46:15 -07:00
Adrien Loison
0319e578cb
Update README.md
2015-07-02 16:19:55 -07:00
Adrien Loison
7c8f9293cc
Adding coveralls.io support
...
Updated TravisCI config, using:
- http://docs.travis-ci.com/user/languages/php/
- https://github.com/satooshi/php-coveralls#travis-ci
Removed automatic code coverage execution when running phpunit
Added coveralls.io badge
2015-07-01 16:15:58 -07:00
Adrien Loison
766c733466
Update README.md
...
Added question about charts and formulas in the FAQ
2015-05-29 09:39:36 -07:00
Adrien Loison
46cae76546
Update README.md
...
Added new badges
2015-05-29 09:30:40 -07:00