find and replace a text in different header for each section in docx using java – Apache
I am trying to find and replace a text different sections of header in each page using Apache poi but getting only null data, but Docx has different header sections and footer too package com.concretepage; import java.io.FileInputStream; import org.apache.poi.openxml4j.opc.OPCPackage; import…