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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
|
9989 | ||
|
1
2月 22
|
7079 | ||
|
2
7月 19
|
3068 | ||
Id table odoo 10
已解决
|
|
3
11月 18
|
2996 | |
|
0
11月 18
|
3002 |