After downloading the data from the odoo in excel form, how to convert it into json using pycharm?? Any reference for this??
Cette question a été signalée
1
Répondre
3059
Vues
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
0
janv. 21
|
14585 | ||
|
|
2
déc. 19
|
11629 | ||
|
|
1
avr. 17
|
14402 | ||
|
|
2
mai 15
|
8411 | ||
|
|
0
mars 15
|
6429 |
Using python script you can do it. Just google it and you will find lots of examples.