Class StyleTrackingListener

  • All Implemented Interfaces:
    org.apache.poi.hssf.eventusermodel.HSSFListener

    public class StyleTrackingListener
    extends Object
    implements org.apache.poi.hssf.eventusermodel.HSSFListener
    • Method Detail

      • processRecord

        public void processRecord​(org.apache.poi.hssf.record.Record record)
        Specified by:
        processRecord in interface org.apache.poi.hssf.eventusermodel.HSSFListener
      • getFormatString

        public String getFormatString​(int formatIndex)
      • getFormatIndex

        public int getFormatIndex​(org.apache.poi.hssf.record.CellValueRecordInterface cell)
        Returns the index of the format string, used by your cell, or -1 if none found
        Parameters:
        cell - the cell
        Returns:
        the index of the format string
      • getIndent

        public short getIndent​(org.apache.poi.hssf.record.CellValueRecordInterface cell)