NanoXLSX.Reader 3.0.0-rc.2
Loading...
Searching...
No Matches
NanoXLSX.Internal.Readers.MetadataCoreReader Class Reference

Class representing a reader for the Core metadata file (docProps) embedded in XLSX files. More...

Inheritance diagram for NanoXLSX.Internal.Readers.MetadataCoreReader:

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).

Detailed Description

Class representing a reader for the Core metadata file (docProps) embedded in XLSX files.

Definition at line 22 of file MetadataCoreReader.cs.

Member Function Documentation

◆ Execute()

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

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

Exceptions
Exceptions.IOExceptionThrows an IOException in case of a error during reading

Definition at line 60 of file MetadataCoreReader.cs.

◆ Init()

void NanoXLSX.Internal.Readers.MetadataCoreReader.Init ( MemoryStream stream,
Workbook workbook,
IOptions readerOptions )

Initialization method (interface implementation).

Parameters
streamMemoryStream to be read
workbookWorkbook reference
readerOptionsReader options (NoOp)

Definition at line 50 of file MetadataCoreReader.cs.

Property Documentation

◆ Workbook

Workbook NanoXLSX.Internal.Readers.MetadataCoreReader.Workbook
getset

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

Definition at line 30 of file MetadataCoreReader.cs.


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