NanoXLSX.Reader 3.2.1
Loading...
Searching...
No Matches
NanoXLSX.Internal.Readers.FinalizingProcessor Class Reference

Class representing a processor (no stream handling) for finalizing tasks after all parts are read from a XLSX file. More...

Inheritance diagram for NanoXLSX.Internal.Readers.FinalizingProcessor:

Public Member Functions

void Init (Workbook workbook, IOptions readerOptions, Action< Workbook, string, IOptions, int?> inlinePluginHandler)
 Initialization method (interface implementation).
void Execute ()
 Method to execute the main logic of the plug-in (interface implementation).

Properties

IOptions Options [get, set]
 Reader options.
Action< Workbook, string, IOptions, int?> InlinePluginHandler [get, set]
 Reference to the ReaderPlugInHandler, to be used for post operations in the Execute method.
Workbook Workbook [get, set]
 Workbook reference where read data is stored (should not be null).

Detailed Description

Class representing a processor (no stream handling) for finalizing tasks after all parts are read from a XLSX file.

Definition at line 21 of file FinalizingProcessor.cs.

Member Function Documentation

◆ Execute()

void NanoXLSX.Internal.Readers.FinalizingProcessor.Execute ( )

Method to execute the main logic of the plug-in (interface implementation).

Definition at line 55 of file FinalizingProcessor.cs.

◆ Init()

void NanoXLSX.Internal.Readers.FinalizingProcessor.Init ( Workbook workbook,
IOptions readerOptions,
Action< Workbook, string, IOptions, int?> inlinePluginHandler )

Initialization method (interface implementation).

Parameters
workbookWorkbook reference
readerOptionsReader options
inlinePluginHandlerReference to the a handler action, to be used for post operations in processor methods

Definition at line 44 of file FinalizingProcessor.cs.

Property Documentation

◆ InlinePluginHandler

Action<Workbook, string, IOptions, int?> NanoXLSX.Internal.Readers.FinalizingProcessor.InlinePluginHandler
getset

Reference to the ReaderPlugInHandler, to be used for post operations in the Execute method.

Definition at line 31 of file FinalizingProcessor.cs.

◆ Options

IOptions NanoXLSX.Internal.Readers.FinalizingProcessor.Options
getset

Reader options.

Definition at line 26 of file FinalizingProcessor.cs.

◆ Workbook

Workbook NanoXLSX.Internal.Readers.FinalizingProcessor.Workbook
getset

Workbook reference where read data is stored (should not be null).

Definition at line 36 of file FinalizingProcessor.cs.


The documentation for this class was generated from the following file: