Interface CellDisplayLoader

All Known Implementing Classes:
CellDisplayLoaderImpl, SimpleCellDisplayLoader

public interface CellDisplayLoader
Since:
3.0.0
Author:
dennis
  • Method Details

    • getCellHtmlText

      String getCellHtmlText(SSheet sheet, int row, int column)
      return the html text for this cell
      Returns:
      the html text or null if the cell is not support to show it.
    • getCellHtmlText

      String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
      Parameters:
      sheet -
      row -
      column -
      ft -
      tbStyle -
      cdStyle -
      Returns:
      Since:
      3.9.0