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
Respondre
3164
Vistes
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!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
0
de gen. 21
|
14708 | ||
|
|
2
de des. 19
|
11852 | ||
|
|
1
d’abr. 17
|
14630 | ||
|
|
2
de maig 15
|
8629 | ||
|
|
0
de març 15
|
6552 |
Using python script you can do it. Just google it and you will find lots of examples.