How can a c # application access the contents of a spreadsheet stored on OneDrive? Does Excel Online have an API like Google Spreadsheets?

  • And what about Office Interop? - VladD
  • @VladD can be hard to work with? I didn’t manage to free up the memory allocated for the created objects (there are excel, word instances in the processes), the recipes that I found in the internet did not help, although maybe I just do not know how to prepare it - Bald
  • @Bald: ReleaseComObject or is there FinalReleaseComObject (if you are 100% sure that the object has no internal links for sure) didn't it work? - VladD pm
  • @VladD, are you sure that Office Interop makes it possible to edit an Excel Online document ( office.live.com/start/Excel.aspx )? - Pavlo Glazunov
  • Look, maybe this is it: dev.office.com/code-samples-detail/10937 - VladD

0