User Profile

Collapse

Profile Sidebar

Collapse
naish
naish
Last Activity: Mar 5 '08, 01:45 AM
Joined: Nov 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • naish
    started a topic thread starts python script
    in .NET

    thread starts python script

    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...
    See more | Go to post

  • naish
    started a topic two series in one graph excel using c#
    in .NET

    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 );...
    See more | Go to post

  • naish
    replied to Plotting a graph in Excel file using C#.Net.
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • naish
    replied to How to export CSV data in to the excel?
    in .NET
    I got my answer. I just rename it as .csv and open it in excel throught c# .
    Dam it is working.. so easy .....
    See more | Go to post

    Leave a comment:


  • naish
    started a topic How to export CSV data in to the excel?
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...