简体   繁体   中英

Open Excel Office365 Doc with VB.net

Have been developing with VB and Excel for some time using 2010 and 2016. Recently my company moved to O365 and removed all of the PIA DLLs from our client machines.

Don't know if I am asking this correctly but I want to open/edit/create/save Excel Docs in O365 via a client-side VB.net app.

Can anyone point me to a tutorial, video, code snippet, etc.?

Also what References are required for the App to work.

Using VS2019.

  • Sorry if this is typed or asked incorrectly.... long time listener, first time caller.

problem resolved using Interops

With the 365 company was putting down 64Bit versions and my code wouldn't work. De-installed Office365, Reinstalled Office365 but 32Bit versions and was able to get it to work.

Don't install the 2010 PIA.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM