Class MetaDataReader

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.MetaDataReader

public class MetaDataReader extends Object
Class representing a reader for the metadata files (docProps) of XLSX files
  • Constructor Details

    • MetaDataReader

      public MetaDataReader()
  • Method Details

    • getApplication

      public String 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

      public String getApplicationVersion()
      Gets the version of the application that has created an XLSX file
      Returns:
      Version number as string
    • getCategory

      public String getCategory()
      Gets the document category of an XLSX file
      Returns:
      Document category
    • getCompany

      public String getCompany()
      Gets the responsible company of an XLSX file
      Returns:
      Company name
    • getContentStatus

      public String getContentStatus()
      Gets the content status of an XLSX file
      Returns:
      Content status
    • getCreator

      public String getCreator()
      Gets the creator of an XLSX file
      Returns:
      Creator name
    • getDescription

      public String getDescription()
      Gets the description of an XLSX file
      Returns:
      Description text
    • getHyperlinkBase

      public String getHyperlinkBase()
      Gets the hyperlink base of an XLSX file
      Returns:
      Hyperlink base of the document
    • getKeywords

      public String getKeywords()
      Gets the keywords of an XLSX file
      Returns:
      Keywords
    • getManager

      public String getManager()
      Gets the manager (responsible) of an XLSX file
      Returns:
      Manager (responsible)
    • getSubject

      public String getSubject()
      Gets the subject of an XLSX file
      Returns:
      Subject text
    • getTitle

      public String getTitle()
      Gets the title of an XLSX file
      Returns:
      Tile text
    • readAppData

      public void readAppData(InputStream stream) throws IOException, IOException
      Reads the XML file form the passed stream and processes the AppData section
      Parameters:
      stream - Stream of the XML file
      Throws:
      IOException
      IOException
    • readCoreData

      public void readCoreData(InputStream stream) throws IOException, IOException
      Reads the XML file form the passed stream and processes the Core section
      Parameters:
      stream - Stream of the XML file
      Throws:
      IOException
      IOException