Steve wrote:

> Glutton for punishment, I am looking into designing another .py program. 
> I would like to pull two columns of information from Excel but the more I
> look
> into coding on the 'net, the more confusing it looks.  I don't understand
> what I need to import or install to get the link.

openpyxl should be fine to to extract data from an Excel table:

https://openpyxl.readthedocs.io/en/stable/usage.html

Of course this cannot magically turn Python into Basic, and there are 
probably other limitations.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to