nsulikowski

Results 7 issues of nsulikowski

# Description Can you add a .NET API?

enhancement
help wanted

e.g. passing "=RAND()" as a value doesn't quite work. Best, Nestor

If I remove Excel-DNA IntelliSense v1.1.0 my adding shutdowns correctly (no message "recoving...") If I include Excel-DNA IntelliSense v1.1.0, Excel crashes when I close it. Help...

I believe the parser can parse FOR XML, but not FOR JSON. For instance: ``` SELECT DateEST, CONVERT(NUMERIC(10,2), Seconds/60.0) [Minutes] FROM main_t ORDER BY DateEST desc FOR JSON AUTO ```

bug

Error: Could not install package 'FeatherDotNet 0.6.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or...

`NeedlemanWunch("aaa", "bbb")` returns 0.5. In fact, this function is always above or equal to 0.5 ``` c# static NeedlemanWunch needleman_wunch = null; public static double NeedlemanWunch(string firstWord, string secondWord) {...