Package ch.rabanti.nanoxlsx4j.lowLevel
Class MetaDataReader
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.MetaDataReader
Class representing a reader for the metadata files (docProps) of XLSX files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the application that has created an XLSX file.Gets the version of the application that has created an XLSX fileGets the document category of an XLSX fileGets the responsible company of an XLSX fileGets the content status of an XLSX fileGets the creator of an XLSX fileGets the description of an XLSX fileGets the hyperlink base of an XLSX fileGets the keywords of an XLSX fileGets the manager (responsible) of an XLSX fileGets the subject of an XLSX filegetTitle()
Gets the title of an XLSX filevoid
readAppData
(InputStream stream) Reads the XML file form the passed stream and processes the AppData sectionvoid
readCoreData
(InputStream stream) Reads the XML file form the passed stream and processes the Core section
-
Constructor Details
-
MetaDataReader
public MetaDataReader()
-
-
Method Details
-
getApplication
Gets the application that has created an XLSX file. This is an arbitrary text and the default of this library is "NanoXLSX4j"- Returns:
- Application name
-
getApplicationVersion
Gets the version of the application that has created an XLSX file- Returns:
- Version number as string
-
getCategory
Gets the document category of an XLSX file- Returns:
- Document category
-
getCompany
Gets the responsible company of an XLSX file- Returns:
- Company name
-
getContentStatus
Gets the content status of an XLSX file- Returns:
- Content status
-
getCreator
Gets the creator of an XLSX file- Returns:
- Creator name
-
getDescription
Gets the description of an XLSX file- Returns:
- Description text
-
getHyperlinkBase
Gets the hyperlink base of an XLSX file- Returns:
- Hyperlink base of the document
-
getKeywords
Gets the keywords of an XLSX file- Returns:
- Keywords
-
getManager
Gets the manager (responsible) of an XLSX file- Returns:
- Manager (responsible)
-
getSubject
Gets the subject of an XLSX file- Returns:
- Subject text
-
getTitle
Gets the title of an XLSX file- Returns:
- Tile text
-
readAppData
Reads the XML file form the passed stream and processes the AppData section- Parameters:
stream
- Stream of the XML file- Throws:
IOException
IOException
-
readCoreData
Reads the XML file form the passed stream and processes the Core section- Parameters:
stream
- Stream of the XML file- Throws:
IOException
IOException
-