Class GeneralPurposeExporter

  • All Implemented Interfaces:
    CellExporter

    public class GeneralPurposeExporter
    extends Object
    implements CellExporter
    First try to get the most nested component in the table data tag, if not possible set the most nested value in markup as a String.
    Author:
    Pedro Santos
    • Constructor Detail

      • GeneralPurposeExporter

        public GeneralPurposeExporter()
    • Method Detail

      • handleNumber

        protected void handleNumber​(org.apache.poi.ss.usermodel.Cell cell,
                                    Number number)
      • handleCalendar

        protected void handleCalendar​(org.apache.poi.ss.usermodel.Cell cell,
                                      Calendar calendar)
      • handleDate

        protected void handleDate​(org.apache.poi.ss.usermodel.Cell cell,
                                  Date date)
      • getLinkInnerComponent

        protected Component getLinkInnerComponent​(Link<?> link)