Excel export is not supported by Evernote; you could look at third party products (Zapier)
I use scripting (Applescript) on a Mac
The sample below is for a Numbers spreadsheet; Excel would be similar, or output to a csv file
tell application "Evernote"
...
tell application id "com.apple.iWork.Numbers"
...
repeat with theNote in theNoteList
add row below last row
tell last row
set value of cel
Recommended Posts
Posted by jefito,
0 reactions
Go to this post
Posted by DTLow,
0 reactions
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now