Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Dionysus New Year Present – Ninja & Excel
Collapse
X
-
If someone has the .dll files needed to use in conjunction with office 2010, can you let me know if you were able to find them for download some place?
-
Originally posted by forrestang View PostIf someone has the .dll files needed to use in conjunction with office 2010, can you let me know if you were able to find them for download some place?BertrandNinjaTrader Customer Service
Comment
-
So the readme in that file does say that the two files are in there. Also, looking in the location shown in the attached pic does show those two file names. But I do not think they are dlls, and they cannot simply be copied and pasted into the NT7 folder.
Where might the files be located after install?
Comment
-
Originally posted by NinjaTrader_Bertrand View PostCan you check into the C:\Program Files (x86)\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office12 folder?
The install of that PIARedist went ok and seems to have installed fine, but I have been unable to find the files listed in the readme for that installer.
Comment
-
-
Originally posted by forrestang View PostYes, I have tried quite a few. Either I am searching wrong, it's not there, or it's hidden?
I will see if I can get everything to work now.
Woot!!
Comment
-
Got it!
I got everything to work, with the sample file, so I should easily be able to accomplish what I want now.
Thanks for the help.
Comment
-
Question if anyone can figure it out.
In the example:
Code:excelRange = excelSheet.get_Range([COLOR="Red"]"B1","B201"[/COLOR]); excelRange.Font.Color = System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.DarkBlue); excelRange.Interior.Color = System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.Cornsilk); excelRange.Font.Bold = true; excelRange.ClearContents();
I am wanting to color some cells based on certain conditions, so for that I will want to individually color cells.
The problem with the above reference is that it sets up the initialization using "B1," using letters, where I have my cells picked out by row/column number. So this is a problem, as it
Does anyone know how to be able to change specific cells color by referencing with Row/Column numbers instead of the actual Letters(B1,B200)?
References:
Learn how you can change the font of an entire row that contains a selected cell so that the text is bold.
Last edited by forrestang; 02-14-2012, 07:51 PM.
Comment
-
Thank you so much
Your work to connect Ninja Trader to Excel is extremely well done.
One would expect that a good portion of the technical effort of Ninja Trader would fall into the white spaces, ie. the interfaces between data providers and Ninja and the interfaces between Ninja and Excel users (customers).
I find it odd that it took the expertise of a customer to develop the solution to this challenge.
Your solution adds tremendous value to the Ninja product.
Stephen Druley
Comment
-
Hi there,
does anyone know if the method suggested in this tread works for PULLING LIVE FEEDS IN EXCEL from Ninja? I need some FX live feeds and I am thinking to get them from Kinetick but I just want to be sure that I am not wasting time and money... Does anyone know if the resulting connection is stable (no stale feed etc)?
Many thanks
BC
Comment
-
Originally posted by forrestang View PostHaha! I guess that was it, unhiding all things in folder options showed the two files. Attached are the two locations of the two files needed.
I will see if I can get everything to work now.
Woot!!
Jeez..
Good stuff!
Comment
-
Originally posted by forrestang View PostQuestion if anyone can figure it out.
In the example:
Code:excelRange = excelSheet.get_Range([COLOR="Red"]"B1","B201"[/COLOR]); excelRange.Font.Color = System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.DarkBlue); excelRange.Interior.Color = System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.Cornsilk); excelRange.Font.Bold = true; excelRange.ClearContents();
I am wanting to color some cells based on certain conditions, so for that I will want to individually color cells.
The problem with the above reference is that it sets up the initialization using "B1," using letters, where I have my cells picked out by row/column number. So this is a problem, as it
Does anyone know how to be able to change specific cells color by referencing with Row/Column numbers instead of the actual Letters(B1,B200)?
References:
Learn how you can change the font of an entire row that contains a selected cell so that the text is bold.
http://msdn.microsoft.com/en-US/libr...(v=vs.80).aspx
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by steinberg123, 01-09-2025, 05:48 AM
|
3 responses
38 views
0 likes
|
Last Post
by steinberg123
Today, 02:45 AM
|
||
Started by Mindset, 01-14-2025, 05:33 AM
|
2 responses
12 views
0 likes
|
Last Post
by Mindset
Today, 02:43 AM
|
||
Started by steinberg123, Today, 02:43 AM
|
0 responses
5 views
0 likes
|
Last Post
by steinberg123
Today, 02:43 AM
|
||
Started by r68cervera, Today, 02:22 AM
|
0 responses
7 views
0 likes
|
Last Post
by r68cervera
Today, 02:22 AM
|
||
Started by carnitron, Today, 02:19 AM
|
0 responses
7 views
0 likes
|
Last Post
by carnitron
Today, 02:19 AM
|
Comment