![]() |
NanoXLSX.Reader 3.0.0-rc.2
|
Class representing a reader for the App metadata file (docProps) embedded in XLSX files. More...
Public Member Functions | |
| void | Init (MemoryStream stream, Workbook workbook, IOptions readerOptions) |
| Initialization method (interface implementation). | |
| void | Execute () |
| Method to execute the main logic of the plug-in (interface implementation). | |
Properties | |
| Workbook | Workbook [get, set] |
| Workbook reference where read data is stored (should not be null). | |
Class representing a reader for the App metadata file (docProps) embedded in XLSX files.
Definition at line 22 of file MetadataAppReader.cs.
| void NanoXLSX.Internal.Readers.MetadataAppReader.Execute | ( | ) |
Method to execute the main logic of the plug-in (interface implementation).
| Exceptions.IOException | Throws an IOException in case of a error during reading |
Definition at line 60 of file MetadataAppReader.cs.
| void NanoXLSX.Internal.Readers.MetadataAppReader.Init | ( | MemoryStream | stream, |
| Workbook | workbook, | ||
| IOptions | readerOptions ) |
Initialization method (interface implementation).
| stream | MemoryStream to be read |
| workbook | Workbook reference |
| readerOptions | Reader options (NoOp) |
Definition at line 50 of file MetadataAppReader.cs.
|
getset |
Workbook reference where read data is stored (should not be null).
Definition at line 30 of file MetadataAppReader.cs.