Interface IXlsxValueModificator


public interface IXlsxValueModificator
Interface that is implemented to allow to modify a row of the resultset that process POIDBSTatementView
  • Method Summary

    Modifier and Type
    Method
    Description
    modify(ArrayList values, HashMap filedPos)
     
  • Method Details

    • modify

      ArrayList modify(ArrayList values, HashMap filedPos)
      Parameters:
      values - Contains a row of the resultset
      filedPos - Map field-position in the arraylist
      Returns:
      The modified arraylist