davidwu
Posts: 5
|
| Posted: 07/04/2006, 12:02 AM |
|
I heard codecharge 3.0 was capable of exporting a database into excel format.
For example, if I wanted to create a link that, when pressed, allows me to open the exact same grid but in excel , or creates a file with the excel extension.
Is this possible?
Thnx in advance.
David
|
 |
 |
MCrawford
Posts: 6
|
| Posted: 07/04/2006, 12:55 PM |
|
Yes, you can export to Excel.
Check out this link to the Example Pack #1:
http://examples.codecharge.com/ExamplePack/ExportToExcel/ExportToExcel.php
Cheers.
MC
|
 |
 |
jnboud
Posts: 4
|
| Posted: 10/20/2006, 9:27 AM |
|
I would like to do the same thing, but my application is C#.NET. I have a report page that I built with the Report Builder. I would like to export the results of the report grid to Excel, ideally through a link on the Report page. Is this possible, and if so, do you have a C#.NET example?
Thank you,
Jayne
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/20/2006, 10:20 AM |
|
Jayne,
The examples can be generated for all programming languages. You would need to create a new C# project based on the Example Pack solution.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
fly_mo
Posts: 109
|
| Posted: 10/20/2006, 10:33 AM |
|
On this very topic, I've been trying to find the ExportToExcel link/button or whatever without any success (as described in the example pack) and just wondered if it still exists in the current CCS or not.
Thanks
John
_________________
John |
 |
 |
peterr
Posts: 5971
|
| Posted: 10/20/2006, 10:57 AM |
|
Ah, that's a misunderstanding The example mentions "Add the ToExcelLink Link control above the Grid" , but this doesn't mean that there is there is "ToExcelLink" component in CCS, but that you would need to add regular link to your page and then name it "ToExcelLink".
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
fly_mo
Posts: 109
|
| Posted: 10/20/2006, 11:09 AM |
|
Thanks Peter,
Thought I was losin' it... Doh!
Regards
John
_________________
John |
 |
 |
Vasiliy
Posts: 378
|
| Posted: 10/20/2006, 12:58 PM |
|
You may try nonnoi.com
Some examples: http://www.softcreator.com/examples/export/
_________________
Vasiliy |
 |
 |
wkempees
Posts: 1679
|
| Posted: 10/20/2006, 3:14 PM |
|
Max values for MS-Excel:
256 Columns
65536 rows
Thought I post it, might be useful.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |