python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
c# - Export large object data to Excel file
my program gather data from different XML files by selecting data with LINQ.
It results having below proprieties for each element of my object collections.
Each collection having arround 10k objects (...
ThibaultKm
Votes: 0
Answers: 2
Get Last Column in Visible Views Index - Excel - Office-JS
I'm trying to filter the last column on a worksheet but I can't seem to get the Index of the column. To be clear, I need the index relative to the worksheet, no the range. I used VisibleView to find t...
FreeSoftwareServers
Votes: 0
Answers: 1
Office add-in error registration error - Component not correctly registered
We have a Office add-in component that is built in VB 6. We register it by running command as OfficeConnector.exe /regserver with admin rights that works most of the time for any MS office versions. I...
Nagaraj
Votes: 0
Answers: 0
VB.net Office VSTO Addin WorkbookBeforeSave does not have signature compatible
I was trying to start with VSTO Addin for Office and I translated an example Microsoft published in their site . But I always receive this error when I implemented the WorkbookBeforeSave event:
Method...
CBal
Votes: 0
Answers: 1