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?