Class XSSFVBAPart

    • Constructor Detail

      • XSSFVBAPart

        protected XSSFVBAPart()
        Create a new XSSFVBAPart node
      • XSSFVBAPart

        protected XSSFVBAPart​(PackagePart part)
        Construct XSSFVBAPart from a package part
        Parameters:
        part - the package part holding the VBA data,
        Since:
        POI 3.14-Beta1
    • Method Detail

      • prepareForCommit

        protected void prepareForCommit()
        Like *PictureData, VBA objects store the actual content in the part directly without keeping a copy like all others therefore we need to handle them differently.
        Overrides:
        prepareForCommit in class POIXMLDocumentPart