In my Google spreadsheet I have a column for zip code, when I try to write 04001 from the PHP backend API to google spreadsheet with this library I get written in 4001, so first zero is stripped of. I though maybe the problem was in that column so I turned it to Plain text, but still it's the same. I see I am sending to library good value "040001" but it still writes to google spreadsheet without 0, please help me out here.
In my Google spreadsheet I have a column for zip code, when I try to write 04001 from the PHP backend API to google spreadsheet with this library I get written in 4001, so first zero is stripped of. I though maybe the problem was in that column so I turned it to Plain text, but still it's the same. I see I am sending to library good value "040001" but it still writes to google spreadsheet without 0, please help me out here.