Interface NoHeaderSpreadSheetReader

    • Method Detail

      • setNoHeader

        void setNoHeader​(boolean value)
        Sets whether the file contains a header row or not.
        Parameters:
        value - true if no header row available
      • getNoHeader

        boolean getNoHeader()
        Returns whether the file contains a header row or not.
        Returns:
        true if no header row available
      • noHeaderTipText

        String noHeaderTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setCustomColumnHeaders

        void setCustomColumnHeaders​(String value)
        Sets the custom headers to use.
        Parameters:
        value - the comma-separated list
      • getCustomColumnHeaders

        String getCustomColumnHeaders()
        Returns whether the file contains a header row or not.
        Returns:
        the comma-separated list
      • customColumnHeadersTipText

        String customColumnHeadersTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui