No announcements
Found 3767999 threads
-
1 Votes
Use a function created in C# in Excel (call C# function in Excel)
Hi, It seems like you're looking for Excel-DNA , which allows you to make Excel add-ins with User-Defined Functions using .NET.Answered | 3 Replies | 17244 Views | Created by Luise12 - Thursday, August 8, 2013 9:44 AM | Last reply by Bishr Tabbaa - Monday, December 19, 2016 1:06 PM -
0 Votes
Creating an Excel Function in C# Problem
You can find it here: http://www.ironshay.com/post/Developing-Excel-Functions-in-C-for-Excel-2010-64-Bit.aspx.Answered | 19 Replies | 11396 Views | Created by Shay Friedman - Sunday, December 12, 2010 8:06 PM | Last reply by peter2act - Wednesday, January 5, 2011 3:25 PM -
0 Votes
call c# function from Excel with a range as an argument
Hello ezpnj, Read this article: http://www.eggheadcafe.com/community/aspnet/66/10100377/vba--pass-range-as-function-parameter.aspx and try this approach ...Answered | 2 Replies | 7665 Views | Created by ezpnj - Thursday, February 17, 2011 5:22 PM | Last reply by sleepy007 - Wednesday, February 23, 2011 12:59 PM -
0 Votes
Solver tool functionality in C# as in Excel
This is very similar to the Solver tool which is available in Excel.Answered | 1 Replies | 3836 Views | Created by Jeyaraman A - Friday, May 8, 2009 10:52 AM | Last reply by Wyck - Friday, May 8, 2009 2:08 PM -
0 Votes
Excel RoundUp function in C#(urgent)
Why do you need to use the exact excel round up method?Answered | 2 Replies | 8986 Views | Created by It_s Meee - Friday, June 11, 2010 4:36 AM | Last reply by erisonliang - Tuesday, March 22, 2011 6:42 AM -
1 Votes
Trying to use excel LINEST function in C#
My problem is Excel LINEST function uses additional value with parameter, example =LINEST(Y,X^{1,2},FALSE).Answered | 4 Replies | 7003 Views | Created by Chinmay Chandra Dey - Thursday, January 10, 2013 11:31 PM | Last reply by pippolippolippo - Friday, January 18, 2013 10:16 AM -
0 Votes
Automation of Excel from C++ Worksheet Move Function
Move(&tVar); HTH, Manvir Singh http://www.manvirsingh.net/Answered | 2 Replies | 7465 Views | Created by jedavidson77584 - Wednesday, August 18, 2010 1:47 PM | Last reply by jedavidson77584 - Wednesday, August 18, 2010 7:49 PM -
2 Votes
Function to Import Excel Data to dataset in C#
I suggest you to try ZetExcel for .NET, is the fastest way that I have found to convert Excel files into C# and you don't even need to have Microsoft Excel ...Answered | 17 Replies | 82151 Views | Created by Javed Ahmed - Sunday, July 22, 2012 5:42 AM | Last reply by Tim Grey - Sunday, February 17, 2019 2:18 AM -
5 Votes
Call DLL function from EXCEL VBA
Create Class Library using .Net Framework.Answered | 27 Replies | 25722 Views | Created by Aleksandar_NS - Thursday, June 7, 2018 7:53 PM | Last reply by RLWA32 - Friday, June 15, 2018 2:45 PM -
0 Votes
How to Create the Excel using C#
Hi, I think you can follow Christopher84's suggestion, first, you can use excel interop if you have excel installed.Answered | 3 Replies | 918 Views | Created by Sureshbabu Yadavalli - Wednesday, July 13, 2016 3:09 PM | Last reply by Feence - Tuesday, September 6, 2016 9:06 AM -
0 Votes
using c++ function in c
Thanks. i implement c++ function to my code. now i can call function from main.cAyhan KÜÇÜKMANİSAAnswered | 9 Replies | 5088 Views | Created by ayhankm - Wednesday, December 29, 2010 3:35 PM | Last reply by ayhankm - Thursday, December 30, 2010 11:57 AM -
2 Votes
Excel & C#
It's pretty easy to open an Excel file using C#; easy to save the file and close it too.Answered | 13 Replies | 10314 Views | Created by ryguy72 - Monday, February 20, 2012 7:24 PM | Last reply by Lie You - Thursday, March 1, 2012 4:45 AM -
18 Votes
Writing to excel using C#
use the class I wrote above. then create another class which uses the ExcelReader class.Answered | 44 Replies | 382449 Views | Created by Michael_317 - Friday, October 6, 2006 4:21 PM | Last reply by Paul P Clement IV - Tuesday, March 27, 2018 5:31 PM -
1 Votes
Calling C++ functions from C#
Hi, First import the .lib file to .dll, then you can use p/invoke to access the particular function you want.Answered | 2 Replies | 3910 Views | Created by Rakesh Kasibhatla - Tuesday, April 14, 2009 6:56 AM | Last reply by Bin-ze Zhao - Thursday, April 16, 2009 9:55 AM -
0 Votes
Using threading in C# to create an excel report
You want to write to several Excel worksheets using C# or using SQL Server?Answered | 2 Replies | 3760 Views | Created by Dan1104 - Thursday, March 22, 2012 5:52 PM | Last reply by Rudedog2 - Saturday, March 24, 2012 8:48 PM -
0 Votes
How to use yearfrac function in c#
The default applied by Excel is the so-called US 30/360 that assumes: - each month is 30 days long - each year is 360 days long (as a ...Answered | 3 Replies | 7386 Views | Created by Nijesh_online - Monday, July 25, 2011 12:50 PM | Last reply by Nijesh_online - Tuesday, July 26, 2011 8:04 AM -
2 Votes
How to Use Excel's Functions on dataGridView ??
it is not for Desktop application No it's for windows but using web browser control, another thread me be help ...Answered | 5 Replies | 1715 Views | Created by Mohs_shahid - Monday, September 9, 2013 10:33 AM | Last reply by Mahmoud Soufi - Monday, September 9, 2013 12:38 PM -
0 Votes
C# using excel file
How to properly clean up Excel interop objects in C#?Answered | 4 Replies | 1277 Views | Created by wendy elizabeth - Sunday, January 27, 2013 5:18 AM | Last reply by Bob Shen - Tuesday, January 29, 2013 3:13 AM -
4 Votes
Function PMT in C#
Besides making use of a built in function, you can create your own UDF for PMT in C# Excel and other spreadsheet programs make ...Answered | 4 Replies | 33654 Views | Created by Barbi Rio - Thursday, March 27, 2008 11:09 AM | Last reply by FinancialEngineer - Friday, August 19, 2011 2:28 PM -
1 Votes
Undo-Functionality in an C# Excel 2010 Add-in project in VS2010
Hi, Here is a link about how to implement undo functionality using the command design pattern with C#.Answered | 1 Replies | 8402 Views | Created by Laszlo Yu - Friday, March 11, 2011 9:45 AM | Last reply by SeeSeaIng - Monday, March 14, 2011 9:57 AM - Items 1 to 20 of 3767999 Next ›
No announcements