Sha256: e8a60bccece50d7b128fdfbfc738dcf4b57a082a9fe3010a244fb156ca788220
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
sheet = xls.create_sheet header = row_at(sheet, 0) ['Site', 'Signature', 'Nom', 'Prénom', 'Profil', 'Structure', 'Cellule', 'Actif', 'Taux activité', 'Nombre dossiers', 'Poids dossiers (100%)'].each_with_index do |title, index| cell = cell_at(header, index) cell.set_cell_value title end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_view-0.0.2 | test/views/test.poi.rb |
simple_view-0.0.1 | test/views/test.poi.rb |