Skip to Content
Menu
This question has been flagged
1 Reply
2368 Views

After downloading the data from the odoo in excel form, how to convert it into json using pycharm?? Any reference for this??

Avatar
Discard

Using python script you can do it. Just google it and you will find lots of examples.

Best Answer

Hello Hari,

You can install excel2json

just like 
import excel2json 

excel2json.convert_from_file('path for excel file.xlsx')

thanks

Avatar
Discard
Related Posts Replies Views Activity
0
Jan 21
13171
2
Dec 19
9584
1
Apr 17
12704
2
May 15
7125
0
Mar 15
5420