0

I'd like to write excel file on Office 365 by window application using VS 2005. which service or API required for the same.

Kiquenet
  • 14,494
  • 35
  • 148
  • 243
Neha
  • 57
  • 3
  • 15
  • If you search here you will find some. – C.J. Feb 27 '14 at 09:52
  • See the related links on the right side of this page. See the question that has 636+ votes up? That is your answer. – C.J. Feb 27 '14 at 09:55
  • This link: http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp?rq=1 – C.J. Feb 27 '14 at 09:56
  • I have checked this link,Export Excel using EPPplus/open office and Msoffice. I am already exporting data using EPPplus and MS Office 2010. But How do I relate this with Office 365. Save and access files virtually at shared place. – Neha Feb 27 '14 at 10:36
  • oho, in my post i mentioned office 2005 . now corrected [ I need to export excel using Office 365' – Neha Feb 27 '14 at 12:05
  • @Elliana, are you referring to creating/editing an online Office 365 spreadsheet as opposed to a desktop spreadsheet? I suspect so. – Kind Contributor Feb 27 '14 at 12:18
  • Excel Services REST API ? – Kiquenet Jun 04 '19 at 07:22

1 Answers1

0

I recommend to use Office OpenXml library , I used it and it has a good reputation.

Mohamed Farrag
  • 1,682
  • 2
  • 19
  • 41