Results 1 to 4 of 4

Thread: Create Crystal Report from Excel

  1. #1
    Join Date
    Mar 2009
    Posts
    89

    Create Crystal Report from Excel

    Hi friends,

    I am have store many data in Excel workbook and now i want to create a crystal report from it.Over here every sheet contains data regarding a one project. All sheets are of the same format.Can anyone help me out with this issue.

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: Create Crystal Report from Excel

    Sure i will help you out with this for Creating Crystal Report from Excel file you need to follow the below steps:-

    1. Create a new Report.
    2. When you are selecting Datasource over here choose Access/Excel
    3. Now choose Database type as Excel
    4. Then select the name of the Excel file
    5. Afterwards follow the normally procedure which you used to follow early.

  3. #3
    Join Date
    Dec 2007
    Posts
    93

    Re: Create Crystal Report from Excel

    I am also facing similar type of issue but over here i am not able to convert my Crystal reports to Excel file.Can anyone solve this issue.

  4. #4
    Join Date
    May 2008
    Posts
    2,012

    Re: Create Crystal Report from Excel

    Try to use the following code i am sure it will work for you.

    Code:
    With mreport
    .txtAmount.Left = .txtAmount.Left + 1000
    
    With .ExportOptions
    
    .UseReportNumberFormat = True
    
    .FormatType = crEFTExcel80 'crEFTCommaSeparatedValues
    .DestinationType = crEDTDiskFile
    .ExcelAreaType = crDetail
    
    
    End With
    CDExport.InitDir = "C:"
    CDExport.FileName = "C:\ReconciliationOfActualCostAndProfit" + Format(Date, "MMM") + Format(Date, "DD") + ".xls"
    CDExport.ShowSave
    
    .ExportOptions.DiskFileName = CDExport.FileName + ".xls" '"C:\ReconciliationOfActualCostAndProfit" + Format(Date, "MMM") + Format(Date, "DD") + ".xls"
    .Export False
    
    
    End With

Similar Threads

  1. How to create Weekly Sales Report in Excel spreadsheet
    By Lanka Boy in forum MS Office Support
    Replies: 1
    Last Post: 08-01-2012, 03:57 PM
  2. Which is best, Data report or Crystal report?
    By Smita.bendal in forum Software Development
    Replies: 5
    Last Post: 11-03-2010, 02:42 AM
  3. How to create reports using Crystal Report 10?
    By Chandraa in forum Windows Software
    Replies: 4
    Last Post: 07-01-2010, 08:14 PM
  4. Crystal Report does not work in Windows 7
    By Filiberto in forum Operating Systems
    Replies: 5
    Last Post: 24-12-2009, 03:03 AM
  5. help needed for crystal report
    By techfreakpeyx in forum Software Development
    Replies: 3
    Last Post: 10-12-2008, 02:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,559,488.13559 seconds with 17 queries