using ClosedXML.Excel; namespace AsbCloudInfrastructure.Services.DailyReport { internal abstract class SheetBlockAbstract { public abstract CellAddress Draw(IXLWorksheet sheet, CellAddress startPoint); } }