diff options
| author | Randy Morgan <[email protected]> | 2012-03-14 23:06:53 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-14 23:06:53 +0900 |
| commit | c7d715dea1e3829ea5110ec8bb4388f2633bf92a (patch) | |
| tree | 1e67a802bb4eb0902c402107484b3c3cf1f06263 /lib/axlsx/stylesheet | |
| parent | fa847fbe3b0b4b6ef3bee9b770b891798d16275c (diff) | |
| parent | 5d27ba1cc1841c92b26190b82382fcb21ac1b431 (diff) | |
| download | caxlsx-c7d715dea1e3829ea5110ec8bb4388f2633bf92a.tar.gz caxlsx-c7d715dea1e3829ea5110ec8bb4388f2633bf92a.zip | |
Merge branch 'master' of github.com:randym/axlsx
Diffstat (limited to 'lib/axlsx/stylesheet')
| -rw-r--r-- | lib/axlsx/stylesheet/styles.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/styles.rb b/lib/axlsx/stylesheet/styles.rb index 309e2842..cb40ee74 100644 --- a/lib/axlsx/stylesheet/styles.rb +++ b/lib/axlsx/stylesheet/styles.rb @@ -230,6 +230,7 @@ module Axlsx if options[:alignment] xf.alignment = CellAlignment.new(options[:alignment]) + xf.applyAlignment = true end if applyProtection |
