Ejemplo n.º 1
0
 private void btnExporterExcel_Click(object sender, EventArgs e)
 {
     try
     {
         fonction.ExtractionSurExcel(dataGridEmploye);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Ejemplo n.º 2
0
 private void btnExtraireSousExcel_Click(object sender, EventArgs e)
 {
     fonction.ExtractionSurExcel(dataGridPays);
 }