Skip to Content
मेन्यू
This question has been flagged

hello guys,

i want to generate a csv file and this is what i did but it doesn't working:

# write new csv File
import io
import base64
file = io.BytesIO()
writer = csv.writer(file, dialect='excel', delimiter=';')
writer.writerow(b'hello')
return file


Avatar
Discard
Related Posts Replies Views Activity
2
सित॰ 23
9989
1
फ़र॰ 22
7079
2
जुल॰ 19
3068
3
नव॰ 18
2996
0
नव॰ 18
3001