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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
1
Vastaa
2357
Näkymät
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
0
tammik. 21
|
13157 | ||
|
2
jouluk. 19
|
9568 | ||
|
1
huhtik. 17
|
12692 | ||
|
2
toukok. 15
|
7120 | ||
|
0
maalisk. 15
|
5417 |
Using python script you can do it. Just google it and you will find lots of examples.