![]() |
NanoXLSX.Reader 3.1.0
|
Static class with common util methods, used during reading XLSX files. More...
Static Public Member Functions | |
| static string | GetAttribute (XmlNode node, string targetName, string fallbackValue=null) |
| Gets the XML attribute of the passed XML node by its name. | |
Static class with common util methods, used during reading XLSX files.
Definition at line 15 of file ReaderUtils.cs.
|
static |
Gets the XML attribute of the passed XML node by its name.
| node | XML node that contains the attribute |
| targetName | Name of the target attribute |
| fallbackValue | Optional fallback value if the attribute was not found. Default is null |
Definition at line 24 of file ReaderUtils.cs.