Commented Unassigned: Excel XmlImportXml does not work [20704]
I have a function that imports xml data into a range in Excel. This have been working fine using the Excel interop, but when I changed to NetOffice it didn't work anymore.I've tried to use the function...
View ArticleNew Comment on "TutorialOverview_EN"
English versions at http://netoffice.codeplex.com/wikipage?title=Tec_Documentation_English
View ArticleCreated Unassigned: Range.Offset[] does not work [22312]
The indexer .Offset[] does not work as expected. See full code below. I use Excel 2010 and NetOffice for .NET 4.5 obtained as a NuGet package```using System;using Excel = NetOffice.ExcelApi;using...
View ArticleCommented Unassigned: Excel XmlImportXml does not work [20704]
I have a function that imports xml data into a range in Excel. This have been working fine using the Excel interop, but when I changed to NetOffice it didn't work anymore.I've tried to use the function...
View ArticleCommented Unassigned: Excel XmlImportXml does not work [20704]
I have a function that imports xml data into a range in Excel. This have been working fine using the Excel interop, but when I changed to NetOffice it didn't work anymore.I've tried to use the function...
View ArticleCreated Unassigned: Named arguments do not work as expected (C#) [22313]
In standard Excel interop, this is enough to add a worksheet in C#:```var sheet = worksheets.Add(After: addAfterSheet);```However, in NetOffice, I have to do this:```var sheet = worksheets.Add(before:...
View ArticleCreated Unassigned: Worksheet.Range is not an indexer (C#) [22314]
In the standard libraries, Worksheet.Range is implemented as an indexer, but in NetOffice it is a simple method. This strikes me as weird since .Cells[] and .Offset[] both are indexers, using []...
View ArticleCommented Unassigned: Excel XmlImportXml does not work [20704]
I have a function that imports xml data into a range in Excel. This have been working fine using the Excel interop, but when I changed to NetOffice it didn't work anymore.I've tried to use the function...
View ArticleCommented Unassigned: Range.Offset[] does not work [22312]
The indexer .Offset[] does not work as expected. See full code below. I use Excel 2010 and NetOffice for .NET 4.5 obtained as a NuGet package```using System;using Excel = NetOffice.ExcelApi;using...
View ArticleCommented Unassigned: Worksheet.Range is not an indexer (C#) [22314]
In the standard libraries, Worksheet.Range is implemented as an indexer, but in NetOffice it is a simple method. This strikes me as weird since .Cells[] and .Offset[] both are indexers, using []...
View ArticleCommented Unassigned: Named arguments do not work as expected (C#) [22313]
In standard Excel interop, this is enough to add a worksheet in C#:```var sheet = worksheets.Add(After: addAfterSheet);```However, in NetOffice, I have to do this:```var sheet = worksheets.Add(before:...
View ArticleCommented Unassigned: Named arguments do not work as expected (C#) [22313]
In standard Excel interop, this is enough to add a worksheet in C#:```var sheet = worksheets.Add(After: addAfterSheet);```However, in NetOffice, I have to do this:```var sheet = worksheets.Add(before:...
View ArticleCommented Unassigned: Excel XmlImportXml does not work [20704]
I have a function that imports xml data into a range in Excel. This have been working fine using the Excel interop, but when I changed to NetOffice it didn't work anymore.I've tried to use the function...
View ArticleCommented Unassigned: Range.Offset[] does not work [22312]
The indexer .Offset[] does not work as expected. See full code below. I use Excel 2010 and NetOffice for .NET 4.5 obtained as a NuGet package```using System;using Excel = NetOffice.ExcelApi;using...
View ArticleNew Post: How can i open CTP in Multiple Word Sessions?
Hello Guys, is it possible to Create more than one instance of the CTP? I have a COM AddIn wich shows a Ribbon Bar and one CTP. If i open Word my CTP is loaded an Visible but if i create a new Document...
View ArticleNew Post: Remote Registration of NetOffice Assemblies
Hi! I'm currently developing a word add in, which by now runs perfectly in my local environment! Since I need to deploy this for multiple users, my created assemblies and all needed NO assemblies are...
View ArticleNew Post: Remote Registration of NetOffice Assemblies
Oh! And some more information about the environment: The terminal server is running Windows Server 2012 R2 Standard Edition. NetOffice is version 1.7.3. The add in is registered with:cd...
View ArticleNew Post: Remote Registration of NetOffice Assemblies
UPDATE: In my project I changed the "embed interop types" setting in the properties of the VBIDE reference from true to false. Since I'm not really shure how they work exactly and I don't mind having...
View ArticleNew Post: New versions of NetOffice
Thanks Sebastian for your great software. There are some nuances that complicate the transition to NetOffice, because after the transition it is necessary for some time to fiind out why the code does...
View ArticleNew Post: New versions of NetOffice
I know...holy shit i know. NetOffice is written in C# and this comes with a drawback. I've been tried VB a lot of times with much more problems. In fact: It is impossible to reproduce the Primary...
View Article