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:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
2358
Ansichten
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
0
Jan. 21
|
13157 | ||
|
2
Dez. 19
|
9568 | ||
|
1
Apr. 17
|
12692 | ||
|
2
Mai 15
|
7120 | ||
|
0
März 15
|
5417 |
Using python script you can do it. Just google it and you will find lots of examples.