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
Odpovědět
3056
Zobrazení
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!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
0
led 21
|
14584 | ||
|
|
2
pro 19
|
11625 | ||
|
|
1
dub 17
|
14399 | ||
|
|
2
kvě 15
|
8409 | ||
|
|
0
bře 15
|
6429 |
Using python script you can do it. Just google it and you will find lots of examples.