10 Commits

Author SHA1 Message Date
madflow
823fbdb43f php-cs-fixer fix 2017-10-04 13:32:54 +02:00
madflow
6971a793ef merge, resolve conflicts 2017-09-29 11:22:39 +02:00
Adrien Loison
b968513cb9 Fix code style 2017-09-06 00:33:43 +02:00
madflow
968ca198cc reworked AbstractWriter, doc updates 2017-07-30 17:47:01 +02:00
madflow
cb8ba1d2a4 remove *withStyle methods from interface, docs cleanup 2017-07-30 17:26:58 +02:00
madflow
97cdd0c627 implement cell styling and row objects 2017-07-20 21:22:46 +02:00
Adrien Loison
238756ab6e Move Style classes into Common folder (#432) 2017-05-30 00:56:50 +02:00
Adrien Loison
21263a0730 Add support for styling
Added top level methods on the Writer:
 - addRowWithStyle()
 - addRowsWithStyle()

Added a style builder, to easily create new styles.
Each writer can specify its own default style and all styles will automatically inherit from it.

For now, the style properties supported are:
 - bold
 - italic
 - underline
 - strikethrough
 - font size
 - font name
 - wrap text (alignment)
2015-08-07 20:39:17 -07:00
Adrien Loison
c672558a18 Update Writer folder structure to match Reader new structure 2015-07-26 23:53:17 -07:00
Adrien Loison
5e199009e6 First external release 2015-01-15 18:14:07 -08:00