![]() |
NanoXLSX.Reader 3.2.1
|
Class representing a processor (no stream handling) for finalizing tasks after all parts are read from a XLSX file. More...
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). | |
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.
| 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.
| void NanoXLSX.Internal.Readers.FinalizingProcessor.Init | ( | Workbook | workbook, |
| IOptions | readerOptions, | ||
| Action< Workbook, string, IOptions, int?> | inlinePluginHandler ) |
Initialization method (interface implementation).
| workbook | Workbook reference |
| readerOptions | Reader options |
| inlinePluginHandler | Reference to the a handler action, to be used for post operations in processor methods |
Definition at line 44 of file FinalizingProcessor.cs.
|
getset |
Reference to the ReaderPlugInHandler, to be used for post operations in the Execute method.
Definition at line 31 of file FinalizingProcessor.cs.
|
getset |
Reader options.
Definition at line 26 of file FinalizingProcessor.cs.
|
getset |
Workbook reference where read data is stored (should not be null).
Definition at line 36 of file FinalizingProcessor.cs.