sheet1.row(i).push (item.category ? item.category.name : "-"), (item.type ? item.type.name : "-"), item.product_number, item.name, (item.specification ? item.specification.name : "-"), item.wrap_way, item.product_number, (item.specification.human_unit_price/item.specification.value.round(2)).to_s, item.specification.price,item.place, item.description, item.vender ? item.vender.name : "", item.number, item.logo, item.enabled
没看错,这是一条代码。。。