3.5.4: Kleine Korrekturen an Excel und Versand
This commit is contained in:
parent
a9f8fdbe00
commit
72c9659cfc
Binary file not shown.
@ -153,6 +153,7 @@ namespace bsmd.ExcelReadService
|
|||||||
// construct file path
|
// construct file path
|
||||||
string fileNameWithPath = Path.Combine(Path.GetDirectoryName(receivedFileName),
|
string fileNameWithPath = Path.Combine(Path.GetDirectoryName(receivedFileName),
|
||||||
string.Format("{0}_{1}.xlsx", this.templateNames[i], Path.GetFileNameWithoutExtension(receivedFileName)));
|
string.Format("{0}_{1}.xlsx", this.templateNames[i], Path.GetFileNameWithoutExtension(receivedFileName)));
|
||||||
|
this.workbooks[i].Worksheets[1].Select(Type.Missing);
|
||||||
this.workbooks[i].SaveAs(fileNameWithPath, XlFileFormat.xlOpenXMLWorkbook, Type.Missing, Type.Missing, Type.Missing,
|
this.workbooks[i].SaveAs(fileNameWithPath, XlFileFormat.xlOpenXMLWorkbook, Type.Missing, Type.Missing, Type.Missing,
|
||||||
Type.Missing, XlSaveAsAccessMode.xlNoChange, Type.Missing, Type.Missing, Type.Missing,
|
Type.Missing, XlSaveAsAccessMode.xlNoChange, Type.Missing, Type.Missing, Type.Missing,
|
||||||
Type.Missing, Type.Missing);
|
Type.Missing, Type.Missing);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
[assembly: AssemblyCompany("Informatikbüro Daniel Schick")]
|
[assembly: AssemblyCompany("Informatikbüro Daniel Schick")]
|
||||||
[assembly: AssemblyProduct("BSMD NSW interface")]
|
[assembly: AssemblyProduct("BSMD NSW interface")]
|
||||||
[assembly: AssemblyInformationalVersion("3.5.3")]
|
[assembly: AssemblyInformationalVersion("3.5.4")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2014-2017 Informatikbüro Daniel Schick. All rights reserved.")]
|
[assembly: AssemblyCopyright("Copyright © 2014-2017 Informatikbüro Daniel Schick. All rights reserved.")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
@ -1,4 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.5.3.*")]
|
[assembly: AssemblyVersion("3.5.4.*")]
|
||||||
|
|
||||||
|
|||||||
@ -924,6 +924,8 @@ namespace bsmd.dbh
|
|||||||
|
|
||||||
for (int i = 0; i < was.WasteDisposalServiceProvider.Count; i++)
|
for (int i = 0; i < was.WasteDisposalServiceProvider.Count; i++)
|
||||||
{
|
{
|
||||||
|
if (was.WasteDisposalServiceProvider[i].WasteDisposalServiceProviderName.Trim().IsNullOrEmpty()) continue;
|
||||||
|
|
||||||
choiceType3s.Add(ItemsChoiceType3.WasteDisposalServiceProviderName);
|
choiceType3s.Add(ItemsChoiceType3.WasteDisposalServiceProviderName);
|
||||||
wasteItems.Add(was.WasteDisposalServiceProvider[i].WasteDisposalServiceProviderName);
|
wasteItems.Add(was.WasteDisposalServiceProvider[i].WasteDisposalServiceProviderName);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user