Skip to Content
Menu
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


Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
rugs. 23
9989
1
vas. 22
7078
2
liep. 19
3068
3
lapkr. 18
2994
0
lapkr. 18
3001