summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/constants.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-21 22:07:08 +0900
committerRandy Morgan <[email protected]>2012-03-21 22:07:08 +0900
commit0531fd7f4902f33e3ede66f7075dd739e5a434c5 (patch)
treebde73a16949a39846160abafe15407c1d9868739 /lib/axlsx/util/constants.rb
parent26a8ad445d84b9dcb9fc36702ec761603a74ee20 (diff)
downloadcaxlsx-0531fd7f4902f33e3ede66f7075dd739e5a434c5.tar.gz
caxlsx-0531fd7f4902f33e3ede66f7075dd739e5a434c5.zip
resolving #53 and adding specs for use_autowidth, show_gridlines
Diffstat (limited to 'lib/axlsx/util/constants.rb')
-rw-r--r--lib/axlsx/util/constants.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb
index bdda9216..bfc67918 100644
--- a/lib/axlsx/util/constants.rb
+++ b/lib/axlsx/util/constants.rb
@@ -228,4 +228,6 @@ module Axlsx
# error message for duplicate sheet names
ERR_DUPLICATE_SHEET_NAME = "There is already a worksheet in this workbook named '%s'. Please use a unique name"
+
+ FIXED_COL_WIDTH = 8.43
end