Sha256: e870cfe9780693a28ba9fc399332a4d70cb624ac35aeccf0c69710030ccd6dc0

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

# coding: utf-8
# 排放系数
class Sheet1 < Spreadsheet
  def a3; "cells"; end
  def b5; "emission coefficient"; end
  def c5; "排放系数"; end
  def b6; "coal"; end
  def c6; "煤炭"; end
  def d6; 2.7; end
  def b7; "oil"; end
  def c7; "石油"; end
  def d7; 2.1; end
  def b8; "gas"; end
  def c8; "气"; end
  def d8; 1.6; end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubyfromexcel-0.0.23 examples/ruby-versions/example-ruby/sheets/sheet1.rb
rubyfromexcel-0.0.22 examples/ruby-versions/example-ruby/sheets/sheet1.rb
rubyfromexcel-0.0.21 examples/ruby-versions/example-ruby/sheets/sheet1.rb
rubyfromexcel-0.0.20 examples/ruby-versions/example-ruby/sheets/sheet1.rb
rubyfromexcel-0.0.19 examples/ruby-versions/example-ruby/sheets/sheet1.rb