Is there any way to parse a excel doc (xlsx) with the python standard library, I see tons of third party libraries but I did want to install anything if I don't have to.
I just need to open a workbook and parse two columns. Any suggestions are welcome! thanks!