|
|
@ -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
|
|
|
|