Class InsertDeleteHelper

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsertDeleteHelper
    extends RangeHelperBase
    A helper to perform insert/delete row/column/cells.
    Since:
    3.5.0
    Author:
    Pao
    See Also:
    Serialized Form
    • Constructor Detail

      • InsertDeleteHelper

        public InsertDeleteHelper​(SRange range)
    • Method Detail

      • collectContainedTables

        public static java.util.Set<java.lang.String> collectContainedTables​(SSheet sheet,
                                                                             int row1,
                                                                             int col1,
                                                                             int row2,
                                                                             int col2)
      • deleteTablesByNames

        public static void deleteTablesByNames​(SSheet sheet,
                                               java.util.Set<java.lang.String> toDelete)