Interface CellExporter

    • Method Detail

      • exportCell

        void exportCell​(XmlTag tag,
                        XmlPullParser parser,
                        org.apache.poi.ss.usermodel.Cell cell,
                        Component tableComponent)
                 throws ParseException
        Parameters:
        tag - HTML tag
        parser - the XmlPullParser in use, can be useful to parse nested elements
        cell - the target cell, where the value needs to be set
        tableComponent - the table components being parsed
        Throws:
        ParseException