Hi Jason !
I'm currently trying to create a file with a macro included. I search around the web, and apparently it's impossible to add it using Open XML. They all suggested using a predefined template with the macro already included.
It is currently Fri Apr 04, 2025 2:21 pm
wordMLPackage = WordprocessingMLPackage.load(new java.io.File(outputfilepath));
wordMLPackage = ProcessAltChunk.process(wordMLPackage);
SaveToZipFile saver = new SaveToZipFile(wordMLPackage);
saver.save(finaloutpath);
try {
// JBOSS might use a different class loader to load JAXBContext, which causes problems,
// so explicitly specify our class loader.
Context tmp = new Context();
java.lang.ClassLoader classLoader = tmp.getClass().getClassLoader();
//log.info("\n\nClassloader: " + classLoader.toString() );
log.info("loading Context jc");
Total posts 10157 • Total topics 2857 • Total members 2087