New Post: Accessing table field properties such as "TextAlign" in Microsoft...
Hi Sebastian, Thank you for your time and for looking into this issue. I am using NetOffice 1.6.0.0 and Microsoft Office 2013. Basically I am trying to get the values of properties such as "TextAlign",...
View ArticleNew Post: Excel: Apply a TableStyle to a QueryTable
I've just realised I can record a macro to record what happens when I use the GUI: With ActiveSheet.ListObjects.Add(SourceType:=0, Source:= _ "ODBC;..." _ , Destination:=Range("$A$1")).QueryTable...
View ArticleCommented Unassigned: Permanent exception Class not exists:...
We received this bug in few places. Usually it thrown in time of calling some classes instances like an IEnumerator, for example with LINQ methods. You could see one of them in example. Just launch...
View ArticleNew Post: COM Exceptions with NetOffice
I'm trying to port an Excel VSTO Addin over to NetOffice. So far I've got the Addin launching, but any time I try to make a call on a NetOffice object I get the following:----- Source: NetOffice -----...
View ArticleCreated Unassigned: COM Exceptions in NetOffice (Excel) [21030]
I'm trying to port an Excel VSTO Addin over to NetOffice. So far I've got the Addin launching, but any time I try to make a call on a NetOffice object I get the following:```----- Source: NetOffice...
View ArticleCommented Unassigned: COM Exceptions in NetOffice (Excel) [21030]
I'm trying to port an Excel VSTO Addin over to NetOffice. So far I've got the Addin launching, but any time I try to make a call on a NetOffice object I get the following:```----- Source: NetOffice...
View ArticleCommented Unassigned: COM Exceptions in NetOffice (Excel) [21030]
I'm trying to port an Excel VSTO Addin over to NetOffice. So far I've got the Addin launching, but any time I try to make a call on a NetOffice object I get the following:```----- Source: NetOffice...
View ArticleCommented Unassigned: COM Exceptions in NetOffice (Excel) [21030]
I'm trying to port an Excel VSTO Addin over to NetOffice. So far I've got the Addin launching, but any time I try to make a call on a NetOffice object I get the following:```----- Source: NetOffice...
View ArticleCommented Unassigned: COM Exceptions in NetOffice (Excel) [21030]
I'm trying to port an Excel VSTO Addin over to NetOffice. So far I've got the Addin launching, but any time I try to make a call on a NetOffice object I get the following:```----- Source: NetOffice...
View ArticleNew Post: toggleButton / checkBox
I cannot get the "onAction" events to fire for toggleButton or checkBox controls in the UI. onAction only works for button. Any help?
View ArticleNew Post: Selection mode in Excel
Hello! At first, thanks for this great lib! I'm trying to create a function window like form in C#, but I can not find out how to turn excel into cell selection mode: Is this feature exposed or do I...
View ArticleNew Post: Application.Dispose
Hello I have the following scenario. Word is not runningI create a netoffice word Application object from an independent .NET applicationopen a document and make some manipulation from the .NET...
View ArticleNew Post: Help for a Newbee
Hi, We are exploring various technologies to migrate a .XLA addin written in VBA code to VB.NET. I saw that NET office provides this feature of migration, can you please help me with documentation like...
View ArticleCreated Unassigned: Com Exception when set cell values [21059]
Hi allFollowing code (Example 1) work fine on Excel 2010/2013 x86, windows x64 but don't work on Excel 2010/2013 x86, windows x32:```public void RunExample(){// start excel and turn off msg boxes...
View ArticleNew Post: XML enabled tag in Excel
Hi folks, Does anyone know how to leverage the enabled="false"/"true" XML tag at runtime? Or maybe a better question for the group, how do you toggle enabling/disabling buttons in an excel ribbon?...
View ArticleNew Post: Saving docx as txt
Hi, I'm using NetOffice (1.6.0) for converting docx files to text:var document = wordApplication.Documents.Open(fileName); // document.SaveAs(newFileName,...
View ArticleNew Post: Steps to create COMAddIn using NetOffice
Going through a number of samples in NetOffice but not able to recollect steps to create a Excel AddIn ( worksheet host a winform container and in turn it will host WPF chart using element host), able...
View ArticleNew Comment on "ProjectWizardScreenshots_English"
I have installed NetOffice 1.6.0 but in project templates it is not showing NetOffice...is there anything I need to configure before it shows in Visual studio
View ArticleNew Post: XML enabled tag in Excel
Figured it out.. In XML: You don't use the enabled= tag, you use the callback tag getEnabled=<button id="myButton" label="My Button" imageMso="CreateReportFromWizard" size="large"...
View ArticleCreated Unassigned: When to release event's COMObject? [21067]
When to release the newContentControl, DO I NEED to release it by myself, or NetOffice release it?In the DocumentEvents2.cspublic void ContentControlOnExit([In, MarshalAs(UnmanagedType.IDispatch)]...
View Article