Export to Excel doesn't work without actually having Excel -- why not use csv?
I have a new computer that doesn't have Excel, I have LibreOffice Calc installed instead. The "Export to Excel" option when viewing results in rich text mode doesn't work, says it can't find Excel.
If it would write the file out as CSV and then open with the default CSV handler, it'd work fine.
When I output to a datagrid then I do get a right-click option to output to a CSV file which I can then manually open.
Would be nice if LINQPad handled this situation better so "Export to Excel" worked even without Excel, using whatever handled CSV files if Excel is not found.
Thanks,
Sam
If it would write the file out as CSV and then open with the default CSV handler, it'd work fine.
When I output to a datagrid then I do get a right-click option to output to a CSV file which I can then manually open.
Would be nice if LINQPad handled this situation better so "Export to Excel" worked even without Excel, using whatever handled CSV files if Excel is not found.
Thanks,
Sam
Comments
Dump to a data grid, switch mode via Ctrl + Shift + G, then right-click and you'll have the option to "Export to CSV file".
Would it help to use LINQPad's Util.ToCSV methods?
Could you please consider this library? http://epplus.codeplex.com/
It will create xlsx files really easily (we use it in our software). It would really ease the pain to always transfer the database of the customer to our box to make quick reports.
Thanks for the great software! We are a happy customer