I\'m using Crystal Reports 2008, Visual Studio 2008 with C#. I build the report in Crystal with multiple columns, some of which are narrative and can be quite lengthy. “Can Grow” is on for every fie
include_once \'mysqlconn.php\'; include_once \"functions.php\"; $filename = $_GET[\'par\'].\".xls\"; header(\"Content-type: application/x-msexcel\");
I have a gridview that I am exporting to an excel file. When I open the excel file, the alternating row color extends to the end of the excel table, but I only want my 6 data columns to be formatted.
I\'m having a hard time getting account numbers to display correctly when exporting data from database to an Excel spreadsheet. The account number for one company, shows up correctly. However, others
I\'m hoping someone can help me, I\'ve explored google to death and I just can\'t seem to find the answer.I\'m new to using SSIS, so I don\'t know if this is possible...I am exporting data from SQL se
I\'m using the Spreadsheet_Excel_Writer plug-in to perform a data export from a PHP web app. All has worked well for quite some time now, but my client just informed me that in the last couple days th
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am using spreadsheet gem to generate excel file. Now the problem with it is that when we modify an existing file it wont allow to save it with same name http://spreadsheet.rubyforge.org/GUIDE_txt.ht
I encountered a weird problem setting a custom date format with PHPExcel: I\'m writing an sql formatted date to a cell and setting it\'s format with setFormatCode to \'d/m/y\'. When I open it in Excel
I have following code for export to excel in ReportByApp.aspx page containing crystal report crReportbyApp.rpt