Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 11:41:35 +0000



Post From: ACSIL: write to spreadsheet on a new row for each time

[2020-08-26 00:29:42]
enemyspy - Posts: 304
Oh actually the row = 1 part needs to be:
//Replace the logic in this if statement to initialize the row counter only when your requirements for intialization are met. Commonly the first index of the base_data/subgraphs as is below presently
if(sc.Index == 0){
Row = 1
}

Date Time Of Last Edit: 2020-08-26 00:30:36