Class ExternalSheetData

java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalSheetData

public class ExternalSheetData extends Object
The Class ExternalSheetData.
  • Constructor Details

    • ExternalSheetData

      public ExternalSheetData()
      Instantiates a new external sheet data.
  • Method Details

    • clone

      public ExternalSheetData clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRows

      public List<ExternalRow> getRows()
      Gets the rows.
      Returns:
      the rows
    • hasRefreshError

      public boolean hasRefreshError()
      Checks for refresh error.
      Returns:
      true, if successful
    • setRefreshError

      public void setRefreshError(boolean hasRefreshError)
      Sets the refresh error.
      Parameters:
      hasRefreshError - the new refresh error
    • getSheetID

      public int getSheetID()
      Gets the sheet id.
      Returns:
      the sheet id
    • setSheetID

      public void setSheetID(int sheetID)
      Sets the sheet id.
      Parameters:
      sheetID - the new sheet id