After downloading the data from the odoo in excel form, how to convert it into json using pycharm?? Any reference for this??
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2376
查看
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
1月 21
|
13171 | ||
|
2
12月 19
|
9590 | ||
|
1
4月 17
|
12706 | ||
|
2
5月 15
|
7125 | ||
|
0
3月 15
|
5425 |
Using python script you can do it. Just google it and you will find lots of examples.