отчёты в doc и xsl

This commit is contained in:
2024-05-27 19:58:48 +04:00
parent 6838c3f610
commit 0721ac8f89
18 changed files with 912 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace ComputerHardwareStoreBusinessLogic.OfficePackage.HelperEnums
{
public enum ExcelStyleInfoType
{
Title,
Text,
TextWithBroder
}
}

View File

@@ -0,0 +1,8 @@
namespace ComputerHardwareStoreBusinessLogic.OfficePackage.HelperEnums
{
public enum WordJustificationType
{
Center,
Both
}
}