Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@tanaikech tanaikech released this 17 Oct 01:46
· 4 commits to master since this release
  • v1.0.2 (October 17, 2023)

  • v1.0.2 (October 17, 2023)

    1. The 2nd argument row of appendFormData(object, row) was added. This is from this suggestion. When row is used, the value is put into the specific row of the Spreadsheet. In this case, please set the value of row more than 1.

      • In this case, the submitted row can be forcefully put into the specific row of Google Spreadsheet. So, when you run appendFormData(object, row) by the constant value of row, the submitted row is put into the same row. Please be careful about this.