Sha256: e2b652d074335fcce70bc776f1c3169cae30c979c01580d3d07884b2350b69a8
Contents?: true
Size: 165 Bytes
Versions: 2
Compression:
Stored size: 165 Bytes
Contents
# coding: utf-8 require_relative '../spreadsheet' # 控制面板 describe 'Sheet1' do def sheet1; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet1; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubyfromexcel-0.0.23 | examples/ruby-versions/2050example-ruby/specs/sheet1_rspec.rb |
rubyfromexcel-0.0.22 | examples/ruby-versions/2050example-ruby/specs/sheet1_rspec.rb |