Skip to content

Instantly share code, notes, and snippets.

View Rombus's full-sized avatar

Rick Kosbab Rombus

View GitHub Profile

Keybase proof

I hereby claim:

  • I am rombus on github.
  • I am rombus (https://keybase.io/rombus) on keybase.
  • I have a public key ASAKibul5b8z5Bp1ne6NVsRpC-y65Cq8oUNZN5cvgup1Ygo

To claim this, I am signing this object:

@Rombus
Rombus / gist:2635c36d542b4b37a022b9853f663a9c
Created June 3, 2016 19:21
Java/Apache POI/SAX Example
import java.io.InputStream;
import java.util.Iterator;
import org.apache.poi.xssf.eventusermodel.XSSFReader;
import org.apache.poi.xssf.model.SharedStringsTable;
import org.apache.poi.openxml4j.opc.OPCPackage;
import org.xml.sax.Attributes;
import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;