Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2676 Zobrazení

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
zář 23
9990
1
úno 22
7079
2
čvc 19
3068
3
lis 18
2996
0
lis 18
3002