Class ExcelFileRequirementsImportSettings

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExcelFileRequirementsImportSettings
    extends TabularRequirementsImportSettings
    The settings for the requirements import from an Excel file.
    Author:
    Copyright (c) 2014-2024 PikeTec GmbH - MIT License (MIT) - All rights reserved
    See Also:
    Serialized Form
    • Constructor Detail

      • ExcelFileRequirementsImportSettings

        public ExcelFileRequirementsImportSettings​(java.lang.String importFilePath)
        The constructor for the settings of the requirements import from an Excel file.
        Parameters:
        importFilePath - The source file for the import.
    • Method Detail

      • getSheet

        public java.lang.String getSheet()
        Returns:
        The source sheet of the Excel file for the import. If null, the first ofthe Excel file is used.
      • setSheet

        public void setSheet​(java.lang.String sheet)
        Parameters:
        sheet - The source sheet of the Excel file for the import. If null, the first ofthe Excel file is used.
      • isCheckForHyperlinks

        public boolean isCheckForHyperlinks()
        Returns:
        Whether the importer creates additional columns to import them as well if hyperlinks are found in Excel cells.
      • setCheckForHyperlinks

        public void setCheckForHyperlinks​(boolean checkForHyperlinks)
        Parameters:
        checkForHyperlinks - If set to true, the importer creates additional columns to import them as well if hyperlinks are found in Excel cells.