updfate 20250919

This commit is contained in:
Stefan Hutter
2025-09-19 14:20:47 +02:00
parent 98dc8ed0cb
commit d81d620468
2488 changed files with 1833953 additions and 103283 deletions

View File

@@ -66,7 +66,7 @@ namespace DOCGEN.Klassen
try
{
worksheet.Range[dv.FieldName].Text = dv.Value.ToString();
worksheet.Range[dv.FieldName].Value = dv.Value.ToString();
}
catch { }