Re: Need a Dynamic vlookup using python

2020-07-19 Thread narenchunduri
Any solution possible for this. Please let me know -- https://mail.python.org/mailman/listinfo/python-list

Re: Need a Dynamic vlookup using python

2020-07-12 Thread narenchunduri
Sorry for not making it clear. I tried below code # import modules from openpyxl import * from openpyxl.styles import * import webbrowser import pandas from openpyxl.worksheet.datavalidation import DataValidation # Read all Excels into pandas dataframes sowexcel = pandas.read_excel('Billing Rost

Need a Dynamic vlookup using python

2020-07-11 Thread narenchunduri
Any suggestions please -- https://mail.python.org/mailman/listinfo/python-list

Re: Assign Excel cell value from Datepicker widget Selection using Python

2020-07-04 Thread narenchunduri
I am trying to assign a widget to an excel cell. Convertion wont help me.Thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: Assign Excel cell value from Datepicker widget Selection using Python

2020-06-30 Thread narenchunduri
Thx kushal for your valuable points -- https://mail.python.org/mailman/listinfo/python-list

Re: Assign Excel cell value from Datepicker widget Selection using Python

2020-06-28 Thread narenchunduri
Is there any other way to achieve my query? -- https://mail.python.org/mailman/listinfo/python-list

Re: Assign Excel cell value from Datepicker widget Selection using Python

2020-06-28 Thread narenchunduri
Do we have any other to achive my query -- https://mail.python.org/mailman/listinfo/python-list

Re: Assign Excel cell value from Datepicker widget Selection using Python

2020-06-28 Thread narenchunduri
Datepicker is returning two different types. before date change its and after change its -- https://mail.python.org/mailman/listinfo/python-list

Assign Excel cell value from Datepicker widget Selection using Python

2020-06-28 Thread narenchunduri
When I run the python code I should be able to open my Excel and when I click on one Excel cell I should have my datepicker widget popped up and I should be able to select any date from my datepicker widget as my Excel cell value Tried below code but in vain: (Used jupyter Notebook) from ipywid