问题
Is it possible to export data into an excel sheet without the heading?
I know SET HEAD OFF works in SQL Developer example: SET HEAD OFF select count (customers) from cust;
but how do I get the data without the heading in Excel if I am using the Microsoft Query wizard and ODBC?
回答1:
Assuming excel 2010.
After importing data, select table. On ribbon chose Design and clear Header Row field.
来源:https://stackoverflow.com/questions/19277683/query-in-excel-without-heading-oracle