Is there any way to read .one files (OneNote Files) in Python?

111 views Asked by At

I am able to extract files and pages through REST API using

https://graph.microsoft.com/v1.0/me/onenote/pages/

But I could find any way where we can read .one files, like we can read .txt,.csv,.xls,.docs files in python.

Is there any library build for this?

0

There are 0 answers