![]() |
NanoXLSX.Reader 3.0.0-rc.2
|
Class representing a reader for style definitions of XLSX files. More...
Public Member Functions | |
| StyleReader () | |
| Initializes a new instance of the StyleReader class. | |
| void | Init (MemoryStream stream, Workbook workbook, IOptions readerOptions) |
| Default constructor - Must be defined for instantiation of the plug-ins. | |
| 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 style definitions of XLSX files.
Definition at line 30 of file StyleReader.cs.
| NanoXLSX.Internal.Readers.StyleReader.StyleReader | ( | ) |
Initializes a new instance of the StyleReader class.
Definition at line 47 of file StyleReader.cs.
| void NanoXLSX.Internal.Readers.StyleReader.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 66 of file StyleReader.cs.
| void NanoXLSX.Internal.Readers.StyleReader.Init | ( | MemoryStream | stream, |
| Workbook | workbook, | ||
| IOptions | readerOptions ) |
Default constructor - Must be defined for instantiation of the plug-ins.
Definition at line 56 of file StyleReader.cs.
|
getset |
Workbook reference where read data is stored (should not be null).
Definition at line 40 of file StyleReader.cs.