private void buttonCaptionPanel4_Click(object sender, EventArgs e) { ExcelExports.ExportDataGridViewToExcel(dgvFactory); }
private void cpToExcel_Click(object sender, EventArgs e) { ExcelExports.ExportDataGridViewToExcel(dvValue); }