Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
86 views

I have a piece of code where I am opening an XML file from VB NET console app, than I Save As this file as XLSX file Dim oxl As Excel.Application Dim owbs As Excel.Workbooks Dim owb As Excel.Workbook ...
Petr Šmejkal's user avatar
0 votes
0 answers
1k views

I've upgraded a legacy C# WPF app from .Net 4.8 to .Net8.0 (Core). Removed the NuGet packages for Microsoft.Office.Interop both word and excel and replaced with COM references (8.7 and 1.9 ...
Simon's user avatar
  • 65
0 votes
1 answer
148 views

yesterday I restructured my files and projects a bit and since I did this I have this new errormessage " Must use PackageReference". I quickly found out that I have to migrate the packages....
Justin's user avatar
  • 11
0 votes
1 answer
487 views

I'm using Visual Studio 2022 Community. On my pc there is Microsoft Office 2013. I installed "Microsoft.Office.Interop.Excel" version 15.0.0.0; Runtime version v2.0.50727. I'm trying to ...
Attilaa's user avatar
2 votes
3 answers
737 views

Has anyone got experience of writing values to an Excel spreadsheet from F# using Microsoft.Office.Interop? I can read values fine, but when I try to change the value of a cell I always get an error. ...
tweega's user avatar
  • 53
0 votes
1 answer
140 views

for proccessing excel need to append shee2 into shet1 after sheet1 data with cell style and not using any nuget var App = new Microsoft.Office.Interop.Excel.Application(); Workbook book1 = App....
Nilesh Patil's user avatar
0 votes
2 answers
75 views

My project is about getting four worksheets from different workbooks (Excel files) and add them into a completely new workbook. I'm using this logic to get Excel sheet into worksheet object and add ...
Nilesh Patil's user avatar
1 vote
0 answers
760 views

I have a console app and trying to read Excel file, by using the library: Microsoft.Office.Interop.Excel I get below error: System.IO.FileNotFoundException: 'Could not load file or assembly 'office, ...
MJ X's user avatar
  • 9,124