← Customer Feedback for LINQPad Settings and activity 3 results found LinqPad on .NET Core 734 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 18 comments · LINQPad Feature Suggestions · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close mortb supported this idea · Nov 1, 2017 Copy to CSV or similar 9 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 3 comments · LINQPad Feature Suggestions · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment mortb commented · Nov 27, 2012 · Edit… · Delete… Another apporach: It would actually be quite easy to change your linq query into a program that would save your results to a csv file in the temp folder. At the end of your program you could add a call to process.start("excel", "tempfile.csv"); Or: You could convert the query to a program (as above) and add a call to the clipboard object http://msdn.microsoft.com/en-us/library/637ys738.aspx Save Submitting... Add PowerShell and autoComplete 15 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · LINQPad Feature Suggestions · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close mortb supported this idea · Nov 27, 2012
Another apporach:
It would actually be quite easy to change your linq query into a program that would save your results to a csv file in the temp folder. At the end of your program you could add a call to process.start("excel", "tempfile.csv");
Or:
You could convert the query to a program (as above) and add a call to the clipboard object http://msdn.microsoft.com/en-us/library/637ys738.aspx