public BaseSmallEngineExport(ExportInfo exportInfo, IEnumerable <Collector> collectors) { if (collectors == null) { throw new ArgumentNullException("Collectors is null"); } this.collectors = collectors; this.exportInfo = exportInfo; // создание экземпляра book = new ExcelXmlWorkbook(); // добавление свойств book.Properties.Author = "MiShutka"; // получение первого рабочего листа sheet = book[0]; }
public ExportCollectorListSimple(ExportInfo exportInfo, IEnumerable <Collector> collectors) : base(exportInfo, collectors) { ; }
public ExportCollectorListWithTP2_TP5(ExportInfo exportInfo, IEnumerable <Collector> collectors) : base(exportInfo, collectors) { ; }
public ExportObjectsList(ExportInfo info, IEnumerable <Collector> collectors) : base(info, collectors) { ; }