com.aspose.cells

Class UpdateLinksType

  • java.lang.Object
    • com.aspose.cells.UpdateLinksType
public class UpdateLinksType 
extends java.lang.Object

Utility class containing constants. Represents how to update links to other workbooks when the workbook is opened.

Field Summary
static final intUSER_SET
Prompt user to update.
static final intNEVER
Do not update, and do not prompt user.
static final intALWAYS
Always updat.
 

    • Field Detail

      • USER_SET

        public static final int USER_SET
        Prompt user to update.
      • NEVER

        public static final int NEVER
        Do not update, and do not prompt user.
      • ALWAYS

        public static final int ALWAYS
        Always updat.