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

Class representing a reader for relationship of XLSX files. More...

Inheritance diagram for NanoXLSX.Internal.Readers.RelationshipReader:

Public Member Functions

 RelationshipReader ()
 Default constructor - Must be defined for instantiation of the plug-ins.
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 relationship of XLSX files.

Definition at line 25 of file RelationshipReader.cs.

Constructor & Destructor Documentation

◆ RelationshipReader()

NanoXLSX.Internal.Readers.RelationshipReader.RelationshipReader ( )

Default constructor - Must be defined for instantiation of the plug-ins.

Definition at line 43 of file RelationshipReader.cs.

Member Function Documentation

◆ Execute()

void NanoXLSX.Internal.Readers.RelationshipReader.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 65 of file RelationshipReader.cs.

◆ Init()

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

Initialization method (interface implementation).

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

Definition at line 55 of file RelationshipReader.cs.

Property Documentation

◆ Workbook

Workbook NanoXLSX.Internal.Readers.RelationshipReader.Workbook
getset

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

Definition at line 35 of file RelationshipReader.cs.


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