Any solution possible for this.
Please let me know
--
https://mail.python.org/mailman/listinfo/python-list
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
Any suggestions please
--
https://mail.python.org/mailman/listinfo/python-list
I am trying to assign a widget to an excel cell. Convertion wont help me.Thanks
--
https://mail.python.org/mailman/listinfo/python-list
Thx kushal for your valuable points
--
https://mail.python.org/mailman/listinfo/python-list
Is there any other way to achieve my query?
--
https://mail.python.org/mailman/listinfo/python-list
Do we have any other to achive my query
--
https://mail.python.org/mailman/listinfo/python-list
Datepicker is returning two different types. before date change its and after change its
--
https://mail.python.org/mailman/listinfo/python-list
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