コンテンツへスキップ
メニュー
この質問にフラグが付けられました

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


アバター
破棄
関連投稿 返信 ビュー 活動
2
9月 23
9996
1
2月 22
7087
2
7月 19
3071
3
11月 18
2998
0
11月 18
3003