콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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
9988
1
2월 22
7078
2
7월 19
3067
Id table odoo 10 해결 완료
3
11월 18
2994
0
11월 18
3001