Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library/service for extracting information for Microsoft Onenote documents

Does there exist a PHP/Ruby library or a web-service that enables programmatic extraction of information from Microsoft Onenote documents?

The solution is to be implemented in a web application backend.

I am not looking for windows specific solutions. Also I am not looking for solutions that require users to download application extensions or installable softwares.

like image 588
lorefnon Avatar asked Nov 24 '11 04:11

lorefnon


People also ask

How do I extract data from OneNote?

Under My Notebooks, right-click (PC) or Control-click (Mac) the name of the notebook that you want to export, and then click Export notebook. On the screen that opens, click Export. Follow your browser's prompts to save the file in the location you choose.

Can Excel pull data from OneNote?

In OneNote, open the page that contains the table you want to convert. Activate the table by clicking inside any of its cells and reveal the hidden Table Tools tab. In the Table Tools tab, choose Convert to Excel Spreadsheet.

Where is Microsoft OneNote data stored?

Whenever you create a new notebook with OneNote for Windows 10, it's automatically stored on OneDrive . If you want your new notebook to be stored on SharePoint or Microsoft 365, you'll need to create it with the desktop version of OneNote.

How do I transfer OneNote files from PC to PC?

Download and save the file locally to your computer. Drag the file into your OneDrive using your OneDrive folder on your computer or in the Web Browser. Open the file in the Web version of OneNote by double clicking the file in your OneDrive.


1 Answers

Here's a cross platform one-note parser. (.one -> .html) It's pretty primitive, but it's open source and may get you going

https://github.com/dropbox/onenote-parser in case that helps you parse the file format.

Feel free to use it (apache license)

like image 151
hellcatv Avatar answered Oct 12 '22 23:10

hellcatv