Hi,
I have a stored procedure to generate excel file , but the excel file is getting Apostrophe at starting of column headers.
exec spExecute_ADODB_SQL @DDL='Create table Excel_CAB (CedNo TEXT,Cedname TEXT,Cedref TEXT,RiskRef TEXT,PostDate TEXT,Insuredname TEXT,Class TEXT,RINo TEXT,RIName TEXT,RIRef TEXT,BrokerName TEXT,BrokerRef TEXT,RIShare TEXT,PremAmt TEXT,CommAmt TEXT,Brokerage TEXT,TaxAmt TEXT,Stampduty TEXT,NetPrem TEXT,Effectivedate TEXT,PolStartdate TEXT,PolEnd TEXT,Remarks TEXT)', @DataSource =@folderMatched
Please help me to solve this..
Thank you..