axlsx 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -0
- data/lib/axlsx/util/constants.rb +1 -1
- metadata +7 -8
data/README.md
CHANGED
@@ -109,6 +109,7 @@ Cell Specifc Styles
|
|
109
109
|
end
|
110
110
|
|
111
111
|
Number and Date formatting
|
112
|
+
|
112
113
|
p = Axlsx::Package.new do |package|
|
113
114
|
date = package.workbook.styles.add_style :format_code=>"yyyy-mm-dd", :border => Axlsx::STYLE_THIN_BORDER
|
114
115
|
padded = package.workbook.styles.add_style :format_code=>"00#", :border => Axlsx::STYLE_THIN_BORDER
|
@@ -139,6 +140,7 @@ Changelog
|
|
139
140
|
- Updated documentation
|
140
141
|
- altered package to accept a filename string for serialization instead of a File object.
|
141
142
|
- Updated specs to conform
|
143
|
+
|
142
144
|
Copyright
|
143
145
|
---------
|
144
146
|
|
data/lib/axlsx/util/constants.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: axlsx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 31
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 4
|
10
|
+
version: 1.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Randy Morgan
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-11-21 00:00:00
|
19
|
-
default_executable:
|
18
|
+
date: 2011-11-21 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
name: nokogiri
|
@@ -322,7 +321,6 @@ files:
|
|
322
321
|
- LICENSE
|
323
322
|
- README.md
|
324
323
|
- Rakefile
|
325
|
-
has_rdoc: axlsx
|
326
324
|
homepage: https://rubyforge.org/projects/axlsx/
|
327
325
|
licenses: []
|
328
326
|
|
@@ -352,9 +350,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
352
350
|
requirements: []
|
353
351
|
|
354
352
|
rubyforge_project: axlsx
|
355
|
-
rubygems_version: 1.
|
353
|
+
rubygems_version: 1.8.11
|
356
354
|
signing_key:
|
357
355
|
specification_version: 3
|
358
356
|
summary: Author fully validated xlsx files with custom charts and styles
|
359
357
|
test_files: []
|
360
358
|
|
359
|
+
has_rdoc: axlsx
|