Skip to content

WorkbookProcessor

Namespace: Cwl.API.Processors;

Event raised when a source workbook gets imported. Offers both pre-process and post-process events.

WorkbookProcess

cs
delegate void WorkbookProcess(IWorkbook workbook);

SheetProcessor

Namespace: Cwl.API.Processors;

Event raised when a source sheet gets imported. Offers both pre-process and post-process events.

SheetProcess

cs
delegate void SheetProcess(ISheet sheet);

Register

cs
WorkbookProcessor.Add(MyBookProcessor, post: true);
SheetProcessor.Add(MySheetProcessor, post: true);

The bool parameter post determines whether this is a post-process event or a pre-process event.

This project is an unofficial documentation site and is not affiliated with, endorsed by, or associated with Elin or Lafrontier / Noa. All trademarks are the property of their respective owners.