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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Odgovori
2360
Prikazi
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
0
jan. 21
|
13164 | ||
|
2
dec. 19
|
9571 | ||
|
1
apr. 17
|
12695 | ||
|
2
maj 15
|
7121 | ||
|
0
mar. 15
|
5418 |
Using python script you can do it. Just google it and you will find lots of examples.