Questions
Tags
Questions Tagged with #Excel dna
Excel-DNA is an independent open-source project to integrate .NET into Excel. It allows creation of Excel add-ins, including high-performance user-defined functions, using managed code.
Home
Tags
Excel dna
Questions On Other Tags:
How to apply an XSLT Stylesheet in C#
Database, Table and Column Naming Conventions?
Transpose/Unzip Function (inverse of zip)?
How do you add an image?
Escaping HTML strings with jQuery
Converting bool to text in C++
Datatable vs Dataset
Calculate relative time in C#
Convert HashBytes to VarChar
How big can a MySQL database get before performance starts to degrade
Finding what methods a Python object has
How to programmatically send SMS on the iPhone?
mysqli or PDO - what are the pros and cons?
Python module for converting PDF to text
x86 Assembly on a Mac
What is a good Hash Function?
What is the best way to prevent session hijacking?
C++ IDE for Linux?
Get file version in PowerShell
What is the best way to give a C# auto-property an initial value?
How do I get today's date in C# in mm/dd/yyyy format?
Response.Redirect with POST instead of Get?
How do I remove duplicate items from an array in Perl?
SQL Server Escape an Underscore
How can I measure the similarity between two images?
How to find the mime type of a file in python?
Generating (pseudo)random alpha-numeric strings
Removing elements with Array.map in JavaScript
How do you pass a function as a parameter in C?
How SID is different from Service name in Oracle tnsnames.ora
Search and replace a line in a file in Python
Is there a way to make Firefox ignore invalid ssl-certificates?
IsNothing versus Is Nothing
How do I fix a NoSuchMethodError?
How do I remove an item from a stl vector with a certain value?
How can we generate getters and setters in Visual Studio?
How can I remove duplicate rows?
MAC addresses in JavaScript
Git ignore file for Xcode projects
How does GPS in a mobile phone work exactly?
JavaScript and Threads
How do I style (css) radio buttons and labels?
How do I change the number of open files limit in Linux?
Select N random elements from a List<T> in C#
How to Automatically Start a Download in PHP?
How can a Java program get its own process ID?
How do I create a Linked List Data Structure in Java?
Recommended Fonts for Programming?
How do you rotate a two dimensional array?
Why does the order in which libraries are linked sometimes cause errors in GCC?
What is tail recursion?
How do you beta test an iphone app?
How do I update Ruby Gems from behind a Proxy (ISA-NTLM)
Free ASP.Net and/or CSS Themes
What static analysis tools are available for C#?
How to set encoding in .getJSON jQuery
Recommended SQL database design for tags or tagging
Initialize class fields in constructor or at declaration?
What is the best way to connect and use a sqlite database from C#
How do I download code using SVN/Tortoise from Google Code?
How to generate sample XML documents from their DTD or XSD?
SQL Case Expression Syntax?
How do I position one image on top of another in HTML?
What is a reasonable length limit on person "Name" fields?
How do I monitor the computer's CPU, memory, and disk usage in Java?
.NET - Get protocol, host, and port
UDP vs TCP, how much faster is it?
Dynamically load a JavaScript file
How do you properly use namespaces in C++?
How should I cast in VB.NET?
I get a "An attempt was made to load a program with an incorrect format" error on a SQL Server replication project
How can I force clients to refresh JavaScript files?
Creating a LINQ select from multiple tables
Hidden Features of Java
Get month and year from a datetime in SQL Server 2005
How do I get the difference between two Dates in JavaScript?
How to call shell commands from Ruby
Best JavaScript compressor
Are the shift operators (<<, >>) arithmetic or logical in C?
How do I create a MessageBox in C#?
Tab Escape Character?
How to submit a form when the return key is pressed?
Difference between the Apache HTTP Server and Apache Tomcat?
C-like structures in Python
How can you customize the numbers in an ordered list?
How do you use script variables in psql?
How to create a new object instance from a Type
Converting List<Integer> to List<String>
What is the difference between the | and || or operators?
List of macOS text editors and code editors
What is the most effective way for float and double comparison?
What is recursion and when should I use it?
Can someone explain __all__ in Python?
What's the best way to validate an XML file against an XSD file?
How to read a value from the Windows registry
What is Inversion of Control?
How do I handle newlines in JSON?
Difference between Math.Floor() and Math.Truncate()
Changing the resolution of a VNC session in linux
How can I pass arguments to a batch file?
How do I use 3DES encryption/decryption in Java?
What's the best way to parse command line arguments?
Capturing TAB key in text box
Best programming based games
Validate decimal numbers in JavaScript - IsNumeric()
How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?
Make XAMPP / Apache serve file outside of htdocs folder
C# switch statement limitations - why?
How can I add reflection to a C++ application?
How do I write a for loop in bash
How do you redirect HTTPS to HTTP?
Best GUI designer for eclipse?
Cleanest Way to Invoke Cross-Thread Events
Create a new Ruby on Rails application using MySQL instead of SQLite
Refresh Excel VBA Function Results
Differences in string compare methods in C#
Extending the User model with custom fields in Django
Center text output from Graphics.DrawString()
How to concatenate strings of a string field in a PostgreSQL 'group by' query?
When do you use POST and when do you use GET?
How do you run a Python script as a service in Windows?
SQL Server: Examples of PIVOTing String data
How do you set, clear, and toggle a single bit?
How do I fire an event when a iframe has finished loading in jQuery?
What is the simplest SQL Query to find the second largest value?
How would you make a comma-separated string from a list of strings?
Embed a PowerPoint presentation into HTML
Entity Framework vs LINQ to SQL
How to easily consume a web service from PHP
PDF Editing in PHP?
Oracle - What TNS Names file am I using?
What are the differences between a HashMap and a Hashtable in Java?
How do I split a string so I can access item x?
How do I use itertools.groupby()?
How to find keys of a hash?
Java Delegates?
How to get the last day of the month?
What is the argument for printf that formats a long?
How to replace plain URLs with links?
Generic type conversion FROM string
How do I test a private function or a class that has private methods, fields or inner classes?
Comparing Arrays of Objects in JavaScript
Random integer in VB.NET
Adding a Method to an Existing Object Instance
What is a mutex?
The definitive guide to form-based website authentication
What is the command to truncate a SQL Server log file?
Use of var keyword in C#
How do you disable browser Autocomplete on web form field / input tag?
Difference between EXISTS and IN in SQL?
What is the Difference Between Mercurial and Git?
How do I install and use the ASP.NET AJAX Control Toolkit in my .NET 3.5 web applications?
MySQL Error 1093 - Can't specify target table for update in FROM clause
In C++, what is a virtual base class?
When to use IList and when to use List
What is the correct way to create a single-instance WPF application?
Calling the base constructor in C#
Algorithm to compare two images
How exactly do you configure httpOnlyCookies in ASP.NET?
How can I determine whether a specific file is open in Windows?
What is the difference between #include <filename> and #include "filename"?
Storing a file in a database as opposed to the file system?
How large is a DWORD with 32- and 64-bit code?
Why functional languages?
How do I fix "for loop initial declaration used outside C99 mode" GCC error?
What are the differences between delegates and events?
Compare a date string to datetime in SQL Server?
Should a function have only one return statement?
Cannot access a disposed object - How to fix?
Base64 Encoding Image
Add alternating row color to SQL Server Reporting services report
What is a deadlock?
Getting all types that implement an interface
How do I find the authoritative name-server for a domain name?
How to convert std::string to LPCWSTR in C++ (Unicode)
What is the yield keyword used for in C#?
How can you find out which process is listening on a TCP or UDP port on Windows?
htmlentities() vs. htmlspecialchars()
How to use XPath in Python?
Language Books/Tutorials for popular languages
Best way to do multi-row insert in Oracle?
Getting the text from a drop-down box
C: What is the difference between ++i and i++?
Reading Email using Pop3 in C#
SQL: How to get the id of values I just INSERTed?
How can I cast int to enum?
XML serialization in Java?
Best way in asp.net to force https for an entire site?
How can I undo git reset --hard HEAD~1?
How do I merge two dictionaries in a single expression (taking union of dictionaries)?
SQL Server Management Studio alternatives to browse/edit tables and run queries
grep a file, but show several surrounding lines?
Simplest way to profile a PHP script
Embedding Windows Media Player for all browsers
How to generate a core dump in Linux on a segmentation fault?
How do you set up use HttpOnly cookies in PHP
How to parse XML using vba
How do you move a file?
How do I check if a SQL Server text column is empty?
Calculate distance between two latitude-longitude points? (Haversine formula)
Tags
Idhttp
Qtcpserver
Cfinvoke
Apache-commons-exec
Cache-expiration
Asp.net-webpages
Ajax-request
Android-lazyadapter
Runtimeexception
Xts
Loki
Xna-4.0
Compact-database
Jooq
Jinfo
File-diffs
Pubdate
Servicepoint
Hgserve
Pydot
Powerbuilder-pfc
Elasticsearch
Netduino
Opencsv
Hunch
Anycpu
Gkpeerpickercontroller
Jquery-widgets
Transparentproxy
Interix
Android-ndk-r5
Executenonquery
Member-hiding
Firefox-3
Scala-swing
Presentmodalviewcontroller
Character-class
Radmenu
Directions
Luaj
Flashlight
Getlatest
Ejb-2.x
Inspections
Setstring
Mongohq
Vertical-rhythm
Gui-test-framework
Sql-update
Plack
Google-prediction
Tclientsock
Gwt-platform
Qgraphicstextitem
Libumem
Viewswitcher
Skip-take
Jquery-1.3
Generic-handler
Nsrange
Windows-2000
Biblatex
Gatein
Unity-application-block
Pt
Data-objects
Hook-menu
Default-implementation
Mysqli-multi-query
Background-repeat
Svn-hooks
Cflogin
Pascalmock
Core-motion
Statusline
Indexed-views
Federated-storage-engine
Goinstall
Repositorylookupedit
Clientbin
Wireshark-dissector
Wufoo
Login-system
Maven-glassfish-plugin
Ora-12545
Mysql-num-rows
Wwan
Ttthumbsviewcontroller
Cinch
Pascals-triangle
Bi-publisher
Intense-debate
Gtksourceview
Layoutsubviews
Runspace
Qt-quick
Uplevel
Scilexer.dll
Yammer
Shortcode