oxcelix 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,4 +1,5 @@
1
1
  09/10: Replaced an instance of Ox::load_file, as it won't work on windows
2
+ Corrected bug
2
3
  08/10: The sheet class now inherits Matrix. Sheet can return a cell based on its excel name. Sheet::data is obsolete - deleted. Moved r, v, s to the Cellvalues module - they are not needed elsewhere but the Cell class. Documentation changes. .yardopts file added.
3
4
  slight documentation changes, yard options added to (protected and private methods docs are now readable)
4
5
 
@@ -122,7 +122,7 @@ module Oxcelix
122
122
  if File.basename(path).split(".").last=='rels'
123
123
  # f=Ox.load_file(path)
124
124
  a=IO.read(@destination+'/xl/workbook.xml')
125
- f=Ox::load(f)
125
+ f=Ox::load(a)
126
126
  f.locate("Relationships/*").each do |x|
127
127
  if x[:Target].include?"comments"
128
128
  @sheets.each do |s|
data/oxcelix.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'rake'
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'oxcelix'
6
- s.version = '0.2.1'
6
+ s.version = '0.2.2'
7
7
  s.date = '2013-10-09'
8
8
  s.summary = 'A fast Excel 2007/2010 file parser'
9
9
  s.description = 'A fast .xlsx file parser that returns a collection of Matrix objects'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxcelix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: