K
Kevin
I'd like to know if anyone has found an easy way to insert tables from data
that does not come from Excel. I found I can copy and paste data from Excel
and it is a real table in ON, as long as I "keep source formating". All other
attempts by me fail.
For example, it's easy to create table-like data with PowerShell. I can even
get it into ON with:
SOME-COMMAND | out-printer "send to onenote 2007"
Then I can "copy text" from that image and paste it to have real text
instead of a picture, but it's not a table. Copy-n-paste from a screen (a
PowerShell window, Notepad, etc) has similar results.
I'm starting to suspect that the only way to get this done is to write code
that creates the XML structure for the data, following the ON schema, and
somehow gives that to ON -- which suggests I'd be writing a PowerToy. So is
there a way to get the job done short of having to goto thru that work?
Thanks,
Kevin
that does not come from Excel. I found I can copy and paste data from Excel
and it is a real table in ON, as long as I "keep source formating". All other
attempts by me fail.
For example, it's easy to create table-like data with PowerShell. I can even
get it into ON with:
SOME-COMMAND | out-printer "send to onenote 2007"
Then I can "copy text" from that image and paste it to have real text
instead of a picture, but it's not a table. Copy-n-paste from a screen (a
PowerShell window, Notepad, etc) has similar results.
I'm starting to suspect that the only way to get this done is to write code
that creates the XML structure for the data, following the ON schema, and
somehow gives that to ON -- which suggests I'd be writing a PowerToy. So is
there a way to get the job done short of having to goto thru that work?
Thanks,
Kevin