|
-
Oct 2nd, 2005, 03:22 AM
#1
Thread Starter
Hyperactive Member
Excel to Crystal Report
I wish to create a crystal report from an Excel workbook that contains many sheets. Each sheet contains data regarding a one project each. All sheets are of the same format in displaying data. How do I create a crystal report from this workbook, so that the data in the crystal report is displayed as treeview of which the project data itself can be expanded and minimised? Finally this has to be installed in the client's computer. Should I create an addin? You experts out there, please suggest and help me.
Thanks
-
Oct 3rd, 2005, 06:43 AM
#2
Re: Excel to Crystal Report
Do you want an individual report for each sheet, or one report for the entire workbook?
Why not just use Excel itself as the report generator?
-
Oct 8th, 2005, 05:15 AM
#3
Thread Starter
Hyperactive Member
Re: Excel to Crystal Report
I wish to have one report for the entire workbook. But each sheet should be inside a node that can be expanded and minimized.
Thanks
-
Oct 8th, 2005, 09:28 PM
#4
Re: Excel to Crystal Report
Just create a DSN file connection to your Excel file. Use the Database > Set Location > Set Location > More Data Sources > Active Data > Active Data (ADO). Then create a DSN to your Excel workbook and specify the rows to select etc.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 8th, 2005, 09:31 PM
#5
Re: Excel to Crystal Report
Additionally, if you want to have the users view this report in the CR Viewer control on a VB6 form, it will give you the tree nodes and other options including exporting back to an Excel file.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 9th, 2005, 03:53 AM
#6
Thread Starter
Hyperactive Member
Re: Excel to Crystal Report
 Originally Posted by RobDog888
Just create a DSN file connection to your Excel file. Use the Database > Set Location > Set Location > More Data Sources > Active Data > Active Data (ADO). Then create a DSN to your Excel workbook and specify the rows to select etc.
How do I do this? Please help. Will the user be able to view the report in tree view? If not, I will go for the second option. Please help.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|