How to dock the locally installed Microsoft Excel within a .NET Core app? (alternatieves to DSOFramer)

Simon Wartanian 1 Reputation point
2022-01-07T09:49:51.517+00:00

Our company is researching the possibility of switching from NET Framework to .NET core. A few of our modules run either Microsoft Excel or Microsoft Word within our application. We currently use the DSOFramer. But that project has already been discontinued and therefore, there is no .NET core implementation of it. Obviously there are problems with docking a Windows application, but let's skip that part of the discussion.

My question is, what are the alternatives to DSOFramer for .NET core? I haven't been able to find anything. I need something which will allow me to run and control the locally installed Excel or Word (which is already possible with the Interops) within the frame of our application.

Developer technologies C#
{count} votes

3 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    2022-01-07T11:30:38.773+00:00

    I would recommend checking out Telerik's RadSpreadsheet control (paid for library). Have not used this control but have been using Telerik libraries for over five years and have never been disappointed.

    I have a license to all their products, reason for bring this up is that once purchased you install, in this case the RadSpreadsheet via NuGet secure feed via a login within Visual Studio.

    163185-temp.png

    0 comments No comments

  2. Ken Tucker 5,861 Reputation points
    2022-01-07T11:36:58.64+00:00

    Telerik has some controls for displaying word and excel in wpf and win forms apps. Infragisitics, Syncfusion, DevExpress have controls for excel.

    0 comments No comments

  3. Simon Wartanian 1 Reputation point
    2022-01-12T07:37:27.3+00:00

    These suggested options do not really dock Microsoft Excel within our application. They provide an Excel-like software. We already have a DevExpress engine, but some functionality is missing in DevExpress and that's why Excel is most often used by our clients.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.