Sha256: 07dfd062f28f666992c086fdf3ebcc5ad10aa4ec58f05d9bb106d578148b7e40
Contents?: true
Size: 300 Bytes
Versions: 16
Compression:
Stored size: 300 Bytes
Contents
require 'rubyXL/objects/root' require 'rubyXL/parser' module RubyXL @@suppress_warnings = false # Convert any path passed to absolute path (within the XLSX file). def self.from_root(path) return path unless path.absolute? path.relative_path_from(OOXMLTopLevelObject::ROOT) end end
Version data entries
16 entries across 16 versions & 1 rubygems