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
Reply
3028
Views
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!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
0
Jan 21
|
14550 | ||
|
|
2
Dec 19
|
11593 | ||
|
|
1
Apr 17
|
14382 | ||
|
|
2
May 15
|
8374 | ||
|
|
0
Mar 15
|
6398 |
Using python script you can do it. Just google it and you will find lots of examples.