hi,
I am looking at c#.net classes. I found some classes like processInfo, processStartInf o,processThread ects. I am looking at this classes. I am not sure which class is more useful to me. I want to start a python process from c#. This python proecess has 4 input command line argument. This python process should start in separate process. So in short, i wanted to start a python process in a different thread with 4 argument (GUI provides this...
User Profile
Collapse
-
thread starts python script
-
two series in one graph excel using c#
Hi,
My code drawing a graph in excel sheet. There one colum for lower pressure and another one for upper pressure. Any howi can draw a series for one pressure but i am not able to draw two series one for lower and nother for upper in a single graph.
My code is here
Before this code i opened worksheet , imported the csv data and trying to plot it on the graph.
Excel.ChartObje cts chartObjs = (Excel.ChartObj ects)excelWorks heet.ChartObjec ts(Type.Missing );... -
Hi,
I am doing same but i am not able to understand how to draw a chart in side the excel. I am looking your code. What's taht xlChart ? and what is this ChartObject? do i need any assambly for that?
Thanks,
Naish... -
I got my answer. I just rename it as .csv and open it in excel throught c# .
Dam it is working.. so easy .....Leave a comment:
-
How to export CSV data in to the excel?
Hey i have on question?
I have CSV data and i want to import it to the excel sheet.
I know about Microsoft.Offic e.Interop.Excel
but still i am not able to do it.
Thks in advance
Nai
No activity results to display
Show More
Leave a comment: