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
This question has been flagged
1
Reply
2362
Views
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!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
जन॰ 21
|
13164 | ||
|
2
दिस॰ 19
|
9573 | ||
|
1
अप्रैल 17
|
12696 | ||
|
2
मई 15
|
7121 | ||
|
0
मार्च 15
|
5419 |
Using python script you can do it. Just google it and you will find lots of examples.