excel

167 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.

Solved January 31, 2012

T-SQL: Export to new Excel file

I have a script that does various things and the end result is one large table. I was wondering how I could export this…

thumb_up 44 trending_up 27
Solved January 30, 2012

Why does Excel translate `=10**-2` to `=0.1`?

Try pasting =10**-2 into a cell in MS Excel. After pressing Enter, it turns it to =0.1. I can't seem to find any documentation…

thumb_up 6 trending_up 5
Solved January 18, 2012

How to open Excel file with Read Only protection?

I have opened Excel file in my C# WinForm Application adding reference to Microsoft.Office.Interop.Excel.dll and using DSO FRAMER CONTROL. But i want to open…

thumb_up 10 trending_up 1
Solved November 15, 2011

Loading CSV files into MySQL Workbench

I have a lot of excel/ CSV files that I need to load into my db in MySQL Workbench (I'm on Mac OS X).…

thumb_up 12 trending_up 18