dev_haigong
daiao 6 years ago
parent e6b55a7943
commit cb212407fc

@ -4060,7 +4060,7 @@ end
def shixun_feedback_xls shixun_ids def shixun_feedback_xls shixun_ids
xls_report = StringIO.new xls_report = StringIO.new
book = Spreadsheet::Workbook.new book = Spreadsheet::Workbook.new
sheet1 = book.create_worksheet :name => "报名列表" sheet1 = book.create_worksheet :name => "实训反馈"
blue = Spreadsheet::Format.new :color => :blue, :weight => :bold, :size => 10 blue = Spreadsheet::Format.new :color => :blue, :weight => :bold, :size => 10
sheet1.row(0).default_format = blue sheet1.row(0).default_format = blue
count_row = 1 count_row = 1

Loading…
Cancel
Save