DataGirl67
Technical User
Here's the issue:
I've created a stored procedure in SQL Server. In Crystal Reports, I've created a report based on the stored procedure. Now, I need to export the report via Crystal into Excel. This report will be read by an application I didn't develop, nor am I allowed to make changes to.
Now, this application for whatever reason cannot read the default worksheet name: Sheet1.
I have two alternatives:
1) Change the spreadsheet name when it created in Crystal.
or
2) Place the report header on one worksheet and the report itself on a second worksheet (the app can read data from Sheet2).
I've all ready lost the battle to have the app changed AND since this'll really amount to 28 different reports (don't ask) running on a daily basis, changing the worksheet name to something by hand is NOT an option.
Any help would be greatly appreciated!
I've created a stored procedure in SQL Server. In Crystal Reports, I've created a report based on the stored procedure. Now, I need to export the report via Crystal into Excel. This report will be read by an application I didn't develop, nor am I allowed to make changes to.
Now, this application for whatever reason cannot read the default worksheet name: Sheet1.
I have two alternatives:
1) Change the spreadsheet name when it created in Crystal.
or
2) Place the report header on one worksheet and the report itself on a second worksheet (the app can read data from Sheet2).
I've all ready lost the battle to have the app changed AND since this'll really amount to 28 different reports (don't ask) running on a daily basis, changing the worksheet name to something by hand is NOT an option.
Any help would be greatly appreciated!