After downloading the data from the odoo in excel form, how to convert it into json using pycharm?? Any reference for this??
This question has been flagged
1
Odgovori
3254
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!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
|
0
jan. 21
|
14906 | ||
|
|
2
dec. 19
|
12069 | ||
|
|
1
apr. 17
|
14801 | ||
|
|
2
maj 15
|
8788 | ||
|
|
0
mar. 15
|
6696 |
Using python script you can do it. Just google it and you will find lots of examples.