Skip to Content
Menú
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
Descartar
Related Posts Respostes Vistes Activitat
2
de set. 23
9989
1
de febr. 22
7078
2
de jul. 19
3068
3
de nov. 18
2994
0
de nov. 18
3001