Edit Excel Spreadsheet object in word document (C# Interop)
问题 I am currently trying to edit cells of an excel spreadsheet object with c# interop. I inserted it in a word document as an object. Until there i didn't succeed to programm anything that really works. I'm able to select the component but i can't open it to edition and then reach grid's cells. I use a button control in a custom office ribbon to launch edit. Here is my method: public void EditTable(Office.IRibbonControl control) { Word.Application oWordApp = (Word.Application)Marshal