跳至內容
選單
此問題已被標幟
2699 瀏覽次數

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
10001
1
2月 22
7101
2
7月 19
3072
3
11月 18
3000
0
11月 18
3007