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:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
2359
أدوات العرض
Hello Hari,
You can install excel2json
just like
import excel2json
excel2json.convert_from_file('path for excel file.xlsx')
thanks
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
يناير 21
|
13164 | ||
|
2
ديسمبر 19
|
9571 | ||
|
1
أبريل 17
|
12695 | ||
|
2
مايو 15
|
7121 | ||
|
0
مارس 15
|
5418 |
Using python script you can do it. Just google it and you will find lots of examples.