Interface JxlsLogger


public interface JxlsLogger
  • Method Details

    • handleEvaluationException

      void handleEvaluationException(Exception e, String cell, String expression)
    • handleFormulaException

      void handleFormulaException(Exception e, String cell, String formula)
    • handleCellException

      void handleCellException(Exception e, String cell, Context context)
    • handleTransformException

      void handleTransformException(Exception e, String sourceCell, String targetCell)
    • handleUpdateRowHeightsException

      void handleUpdateRowHeightsException(Exception e, int sourceRow, int targetRow)
    • handleSetObjectPropertyException

      void handleSetObjectPropertyException(Exception e, Object obj, String propertyName, String propertyValue)
    • handleGetObjectPropertyException

      void handleGetObjectPropertyException(Exception e, Object obj, String propertyName)
    • handleSheetNameChange

      void handleSheetNameChange(String invalidSheetName, String newSheetName)
    • debug

      void debug(String msg)
    • info

      void info(String msg)
    • warn

      void warn(String msg)
    • warn

      void warn(Throwable e, String msg)
    • error

      void error(String msg)
    • error

      void error(Throwable e, String msg)