5 Commits

Author SHA1 Message Date
Jan
d5d188a658 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:30:37 +02:00
Jan
cdc7a93771 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:20:26 +02:00
Jan
347a51398e Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:08:50 +02: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
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