Quantcast
Channel: NetOffice - MS Office in .NET
Browsing all 1741 articles
Browse latest View live
↧

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 Article


New Comment on "TutorialOverview_EN"

English versions at http://netoffice.codeplex.com/wikipage?title=Tec_Documentation_English

View Article


Created 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 Article

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 Article

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 Article


Created 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 Article

Created 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 Article

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 Article


Commented 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 Article


Commented 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 Article

Commented 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 Article

Commented 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 Article

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 Article


Commented 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 Article

New 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 Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article

New 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
Browsing all 1741 articles
Browse latest View live