Tag Archives: ZipInputStream

Using Java inner classes in Pega inline activity to parse Excel XLSX files

This article demonstrates the power of Java’s inner classes and provides a simple Excel XLSX parser library. The point is made that Pega (and even other systems like Tibco BW) developers can benefit from using this rarely-utilized tool in the Java arsenal. Also demonstrated are the use of the Java DOM parser and Zip file handling. Continue reading

Posted in Software architecture and development | Tagged , , , , , , , , , , | 3 Comments