Created Unassigned: Excel FormatConditions do not resolve to derived types...
Using NetOffice, all items contained in ExcelApi.FormatConditions resolve to be of type ExcelApi.FormatCondition. Depending on what type of conditioning has been applied, the items should be of varying...
View ArticleNew Post: Add controls to Ribbon dynamically
How to add controls to Ribbon dynamically. I want to add gallery control with items to the Ribbon when user click the button on the Ribbon
View ArticleNew Post: Excel Addin COM Install
Hello, First off all great software. I have a problem i've created addin that is working on my local computer now i'm tring to create a setup program i fallow this link...
View ArticleNew Post: Set the value of OptionButton in Excel
I am trying to set the value of OptionButton in Excel but can't do it. The code: Object PCI_no = _myxlWorkSheet.OLEObjects("rob_tabDev_row12_PCI_N"); if (PCI_no != null) { xcel.OptionButton PCI_no1 =...
View ArticleCreated Unassigned: Conflict between task panes and XLA since Excel 2013 [22208]
HiI'm faced with a weird behavior.Net Office task panes are not visible anymore in Excel 2013 when an XLA is enabled.To reproduce the problem, I used any of the samples provided creating a task pane,...
View ArticleCommented Unassigned: Conflict between task panes and XLA since Excel 2013...
HiI'm faced with a weird behavior.Net Office task panes are not visible anymore in Excel 2013 when an XLA is enabled.To reproduce the problem, I used any of the samples provided creating a task pane,...
View ArticleCommented Unassigned: Conflict between task panes and XLA since Excel 2013...
HiI'm faced with a weird behavior.Net Office task panes are not visible anymore in Excel 2013 when an XLA is enabled.To reproduce the problem, I used any of the samples provided creating a task pane,...
View ArticleCommented Unassigned: Conflict between task panes and XLA since Excel 2013...
HiI'm faced with a weird behavior.Net Office task panes are not visible anymore in Excel 2013 when an XLA is enabled.To reproduce the problem, I used any of the samples provided creating a task pane,...
View ArticleNew Post: How to add few worksheets to one workbook?
Hello, I created a function, what exports DataTable to excel document, but i don't understand how to add more than one worksheet to this document?Excel.Application application = new...
View ArticleNew Post: Office 2016 support
Hi Sebastian! Thank you for a fantastic library. I was just curious if you had an update on full 2016 support? I'm starting to get support tickets suggesting that our Outlook Add-in is no longer...
View ArticleNew Post: Word 2007 Issue
Hello, First of all thanks for great library Sebastian you did a fantastic job. Following up i've developed a word addin and created setup fo it (it work great on office 2010) but it isn't showing on...
View ArticleCreated Unassigned: Trusted publisher signing [22223]
Hi,I've developed an extension based on NetOffice. My office configuration requires applications to be signed by Trusted Publishers. I tried signing the output DLL with signtool.exe, with a valid...
View ArticleNew Post: Cannot create new Attachment and add it to MailItem.Attachments
The following code crashes on mail.Attachments.Add() with error "Exception has been thrown by the target of an invocation.". The mailItem is valid, the Attachment object is valid, the path is valid,...
View ArticleCreated Unassigned: Stack overflow in COMObject.Dispose [22231]
Hello,Thank you for this great project.I'm using it for my excel addin.Recently I encountered the following problem.I create many Range objects from some source Range using Range[], Application.Range,...
View ArticleCommented Unassigned: Stack overflow in COMObject.Dispose [22231]
Hello,Thank you for this great project.I'm using it for my excel addin.Recently I encountered the following problem.I create many Range objects from some source Range using Range[], Application.Range,...
View ArticleNew Post: Message "ref to class not allowed....no-PIA mode"
I'm using VB.net with NetOffice 4.5 dlls Visual studio gives the error message Reference to class "Application" is not allowed when its assembly is linked using No-PIA mode" The error is also flagged...
View ArticleNew Post: Message "ref to class not allowed....no-PIA mode"
hey men, this is a well known problem because Visual Studio is a bit more "intelligent" here as we need. please go to the project options and to the reference settings. select each NetOffice assembly...
View ArticleNew Post: Message "ref to class not allowed....no-PIA mode"
Many thanks for a quick response and a great bit of code.
View Article