export ziadanky do excelu a tlacenie -oprava

This commit is contained in:
roman6791
2021-04-21 10:21:43 +02:00
parent 26d20ba734
commit 9bc736c1dd
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -668,7 +668,7 @@ namespace Mip
xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item(1);
range = xlWorkSheet.UsedRange;
xlWorkSheet.Range["AE2"].Value = textBox10.Text; //dopyt cislo
xlWorkSheet.Range["AB2"].Value = textBox10.Text; //dopyt cislo
xlWorkSheet.Range["T7"].Value = textBox11.Text; //adresa riadok 1
xlWorkSheet.Range["T9"].Value = textBox12.Text; //adresa riadok 2
xlWorkSheet.Range["T11"].Value = textBox13.Text; //adresa riadok 3
@@ -788,7 +788,7 @@ namespace Mip
xlWorkSheet.Range["C44"].Value = textBox6.Text; //poznamka riadok 5
xlWorkSheet.Range["C45"].Value = textBox7.Text; //poznamka riadok 6
xlWorkSheet.Range["C46"].Value = textBox8.Text; //poznamka riadok 7
xlWorkSheet.Range["C47"].Value = textBox9.Text; //poznamka riadok 8
if (this.Tag.ToString() == "Tlačiť")