chrismaddalena/Goreport

wrong column in the submitted data excel

Opened this issue · 1 comments

Hi
In the line 924 of /lib/goreport.py must be 'worksheet.write(row, col+5, submitted_data, wrap_format)' instead of 'worksheet.write(row, col+1, submitted_data, wrap_format)'

Thanks.

Thanks for letting me know, @LucasGaleano! It has been fixed.