Class XSSFVBAPart

java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFVBAPart

public class XSSFVBAPart extends POIXMLDocumentPart
  • Constructor Details

    • 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 Details

    • 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