Python Forum
Convert .xlsx to Format as Table - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Convert .xlsx to Format as Table (/thread-37932.html)



Convert .xlsx to Format as Table - bnadir55 - Aug-11-2022

Hi, I want to create a SharePoint list based on a regular table .xlsx, when I try to use it, SharePoint says that it must first be formatted as "Format as Table", is there a way in Python in which I can read the .xlsx and write a script to convert this .xlsx to what SharePoint needed to enable reading it ? Thx!