psdi.app.bim.parser.cobie

Class XLSExport

  • java.lang.Object
    • psdi.app.bim.parser.cobie.XLSExport
  • All Implemented Interfaces:
    Exporter


    public class XLSExport
    extends java.lang.Object
    implements Exporter
    • Method Detail

      • addRow

        public void addRow(java.lang.String[] columnValues)
        Specified by:
        addRow in interface Exporter
      • processPage

        public void processPage(java.lang.String pageName,
                                java.lang.String[] colNames)
        Specified by:
        processPage in interface Exporter
      • getColumnNames

        public java.lang.String[] getColumnNames()
        Specified by:
        getColumnNames in interface Exporter
      • write

        public void write(java.lang.String fileName)
                   throws java.io.IOException
        Specified by:
        write in interface Exporter
        Throws:
        java.io.IOException