Metadata |
public class MetadataReader
The MetadataReader type exposes the following members.
| Name | Description | |
|---|---|---|
| MetadataReader | Initializes a new instance of the MetadataReader class |
| Name | Description | |
|---|---|---|
| Application | Application that has created an XLSX file. This is an arbitrary text and the default of this library is "NanoXLSX" | |
| ApplicationVersion | Version of the application that has created an XLSX file | |
| Category | Document category of an XLSX file | |
| Company | Responsible company of an XLSX file | |
| ContentStatus | Content status of an XLSX file | |
| Creator | Creator of an XLSX file | |
| Description | Description of the XLSX file | |
| HyperlinkBase | Hyperlink base of the XLSX file | |
| Keywords | Keywords of the XLSX file | |
| Manager | Manager (responsible) of the XLSX file | |
| Subject | Subject of the XLSX file | |
| Title | Title of the XLSX file |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ReadAppData | Reads the XML file form the passed stream and processes the AppData section. The existence of the stream should be checked previously | |
| ReadCoreData | Reads the XML file form the passed stream and processes the Core section. The existence of the stream should be checked previously | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |