In a WPF application, I need to generate data that can be put on the clipboard and pasted into excel. I need to paste something that can carry over data and formulas.
I was attempting OpenXML... but I'm not sure that works.
I am currently attempting to make raw "Spreadsheet ML" (This is different than OpenXML?)
Anyway, if anyone could provide me with some pointers... or better yet, C# that actually puts this kind of data on the clipboard, I would greatly appreciate it!
I posted another more specific question here: How do I get OpenXML onto the clipboard so that it will paste into Excel?
I think the answer is NONE. That certainly used to be the case. Try this simple test, using the windows XP clipboard viewer (clipbrd.exe) which you can grab from any XP system to run on Vista/Windows7.
.
Ahhhh wait, there's more! I just tried this with Excel 2009. If I paste, I get the plain text version. But if I do a Paste Special, and pick "XML Spreadsheet", it works! And it even adjusts the forumlas if you paste into another row. Wow. this is new, and neat. So... YES you can, if you use this format. It looks like it's just plain text containing XML with near the top. You'd need to register "XML Spreadsheet" as a private data format.