Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6374289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:28:09+00:00 2026-05-25T01:28:09+00:00

I did a little research, and an unsure if I should be using the

  • 0

I did a little research, and an unsure if I should be using

the Microsoft.Office.Interop.Excel

Just to clarify with the example: I’m taking a .txt, and doing stuff, then saving it as a .CSV (Comma Separated Values). I want to then open it (on button click or something…)

How can this be done?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:28:10+00:00Added an answer on May 25, 2026 at 1:28 am

    Pair to your comment:

    I want it to open in Excel.exe. It should be a separate window that launches after my program is done with its conversion

    Simply start it using System.Diagnostics.Process class:

    using System.Diagnostics.Process;//at top of your application
    
    //
    //At button click or after you finish editing
    //
    Process excel = new Process();
    
    //if the excel was installed in the target machine and the default program to open csvs
    //then you can simply just call process start and put the file path, like:
    excel.Start(@"Your edited csv file path");
    
    //otherwise:
    excel.StartInfo.FileName = @"The excel application file path";
    excel.StartInfo.Arguments = @"Your edited csv file path";
    excel.Start();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I did a little research and I didn't find a way, anyone know? c#
I did a little research with the String's contains and replaceAll methods. char c
This is just one of those little things I did all the time in
As usual, i did a little research, but couldn't quite find the answer on
Alright I did a little bit of research on this but I couldn't find
I did a little bit of Web Programming here and there but I never
I've been thinking about creating a forum in PHP so I did a little
I want to check for user inactivity in my application. I did a little
Why did some processor manifacturers decide to use Little endian Big endian Middle endian
I have a little problem. i searched but did not get help to solve

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.