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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
2365
ビュー
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
0
1月 21
|
13167 | ||
|
2
12月 19
|
9581 | ||
|
1
4月 17
|
12700 | ||
|
2
5月 15
|
7123 | ||
|
0
3月 15
|
5419 |
Using python script you can do it. Just google it and you will find lots of examples.