Skip to content

Tiny bug for HEADER_ROW_POSITION #7

Description

@ios4vn

I found a problem when I changed HEADER_ROW_POSITION

The reason may be at line 278
var headersRange = sheet.getRange(1, FIRST_COLUMN_POSITION, HEADER_ROW_POSITION, sheet.getMaxColumns());
It should be
var headersRange = sheet.getRange(HEADER_ROW_POSITION, FIRST_COLUMN_POSITION,1, sheet.getMaxColumns());
Please confirm then fix it if I correct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions