New Post: Character Length for Excel
do you mean a range address or a text/value? *Sebastian
View ArticleNew Post: Excel Range in DGV überführen.
Hallo Sebastian, ich muss ein Excel-Tabellenblatt mit Daten auslesen, die nicht als Tabelle formatiert ist und keine vorgegebenen Überschriften trägt. Meine Lösung ist, diese in eine Textdatei,...
View ArticleNew Post: NetOffice Requeriments
In short: yes. From documentation: NetOffice eliminates these disadvantages and remains a 1:1 wrapper that is syntactically and semantically identical to the interop assemblies.
View ArticleNew Post: Deploy NetOffice Word COM Addin
I dont have any experience with InnoSetup. The most important thing is the [Run] register/unregister section. (and you dont need the regasm/codebase argument in NetOffice) You use an hardcoded path to...
View ArticleNew Post: SPREEDSHEET IN BROWSER
absolutly not. this is not what netoffice is about. its designed to create plugins/addons in an easy way. You may want have a look to the ClosedXML project here on codeplex. may this is more what you...
View ArticleNew Post: NetOffice Requeriments
true NetOffice is an API for automation and designed to create plugins/addins in an easy way. the good news: you find a lot of awesome projects here on codeplex to create office documents without...
View ArticleCreated Unassigned: Dispose() do not make the winword.exe quit [22101]
I had tried to run the Example01 of wordapi, but at this line has some errors:... other code// close word and dispose referencewordApplication.Quit();wordApplication.Dispose(); // <----- the...
View ArticleCommented Unassigned: Dispose() do not make the winword.exe quit [22101]
I had tried to run the Example01 of wordapi, but at this line has some errors:... other code// close word and dispose referencewordApplication.Quit();wordApplication.Dispose(); // <----- the...
View ArticleNew Post: Delete a Row
NetOffice is fantastic. I have managed to work out how to do most actions I need. Some are slightly different to how I would execute in a Excel Macro. I am just stuck on how to delete a row. I can get...
View ArticleNew Post: Delete a Row
Ok... The following works. I found this in a code snippet in another thread. Excel.Range range = workSheet.Range("A" + currentRow); range.EntireRow.Delete(Excel.Enums.XlDeleteShiftDirection.xlShiftUp);...
View ArticleNew Comment on "Tools_EN"
What happen if I select "Use NetOffice Tools"? What is different if unchecked?
View ArticleNew Post: Delete a Row
hey men, i'm sorry for that. The EntireRow,EntireColumn property is marked as hidden in NetOffice 1.7.3. I've been changed this in latest source state and want publish them in NetOffice 1.7.4 if you...
View ArticleNew Post: Excel COMAddin with more than one Ribbon
I checked sample projects and search for a solution for an AddIn containing more than one Ribbon on one side. On the other side for the best way to access "application" object from everywhere in my...
View ArticleNew Post: Excel Names.Item() method in NetOffice does not match Excel Interop...
The Item() method of the Names object type is supposed to take 3 optional params, but NetOffice requires all 3. For example, in Excel VBA, I can do this:...
View ArticleCommented Unassigned: Dispose() do not make the winword.exe quit [22101]
I had tried to run the Example01 of wordapi, but at this line has some errors:... other code// close word and dispose referencewordApplication.Quit();wordApplication.Dispose(); // <----- the...
View ArticleNew Post: an error occurrred in CTPFactoryAvailable on other computers
Hi All, I've been using NetOffice to develop an Outlook 2013 plugin. Since I am using the WordEditor as well, I selected Outlook and Word in the developer toolbox, and at the end I selected to...
View ArticleNew Post: an error occurrred in CTPFactoryAvailable on other computers
Just a quick update, I tested in on multiple computers, and I get the same error.
View ArticleNew Post: an error occurrred in CTPFactoryAvailable on other computers
can you show me the exception details please? *Sebastian
View ArticleNew Post: an error occurrred in CTPFactoryAvailable on other computers
Hi Sebastian, Here is the exception: System.Runtime.InteropServices.COMException (0x80004005): See inner exception(s) for details. ---> System.Reflection.TargetInvocationException: Exception has...
View Article