• Resolved DarkDippy

    (@darkdippy)


    Hi.
    For some reason, each line of data is being added after the last column creating additional columns in the sheet. For example, say there are 10 columns (for 10 fields), the first entry is added in to row 1 and the appropriate columns (from 1 to 10) but the second entry is inserted into row 2 from columns 11 to 20, and the third to row 3 from columns 21 to 30.
    I have deleted the sheet and created a new one but the same thing happens after a while. Ie. the first 58 rows were fine but from row 59, the data entry started staggering again.
    Any advice would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author westerndeal

    (@westerndeal)

    Hello @darkdippy

    Sorry for the trouble.

    This should not happen, make sure you are not using any formulas or scripts in this sheet and also in above-filled entries you are not adding any rows manually.
    This issue is might be because of some formatting glitch for sure.
    You can check the demo sheet I have created and it’s filling perfectly. Let me know with a screenshot to troubleshoot further.

    Thanks
    Abdullah

    I’m also weirdly having the same issue! It was working yesterday, now all of a sudden it seems to be formatting the new entries on the end of the last column. Any further help would be great,

    Plugin Author westerndeal

    (@westerndeal)

    Hello @wbdlc

    Have you updated plugin from 4.0 to 4.4? or updated automatically?
    Then please reauthenticate once with google to solve the issue.
    make sure to go through all the common issues listed here and Also look at here

    Feel free to let me know further.

    allmyne

    (@allmyne)

    Hi @westerndeal,

    Thanks for the plugin!
    I had the same problem (v4.4, just installed this).
    After some digging around, I think I found the problem:
    In the file : ./lib/google-sheets.php
    line 166: $range_new = $worksheet_id;
    Basically you append to the cell which has the tab-name.
    So, in my case, my tab name “cf7” (I renamed it from “Sheet1”), it was adding data in cell “CF7”.
    I hope this helps!

    The quick workarround – rename your tab “A2” (and change the name in config in the form as well). This will add your data in the “columnn A”.

    Keep up the good work!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Data added to different columns in Google Sheet’ is closed to new replies.