Hello,
I am trying to generate a Crystal Report in VB.NET (without using a ASP.NET web app) that is only used to generate an Excel spreadsheet. The server that contains my program (which is used as a batch process) does not have MS Office.
I would like to generate a Crystal Report on the fly that is populated with data stored in the variables of a custom class object (not directly from a database). Once the Crystal Report is generated, I would like to export it to an Excel spreadsheet.
I was told by a co-worker that this would be the fastest way to generate Excel spreadsheets on a server that does not have MS Office. The program is a class library that will be used to generate over 150 Excel spreadsheets that contain billing information. Also, I have an Excel template that I would like to use to generate the other spreadsheets, but I'm getting ahead of myself. I do not have any experience with Crystal Reports (and am new to .NET) and would first like to make an Excel spreadsheet.
Thanks for your help!
Nick Ruiz
Associate Integrator
PPLSolutions IT Billing and Transactions
I am trying to generate a Crystal Report in VB.NET (without using a ASP.NET web app) that is only used to generate an Excel spreadsheet. The server that contains my program (which is used as a batch process) does not have MS Office.
I would like to generate a Crystal Report on the fly that is populated with data stored in the variables of a custom class object (not directly from a database). Once the Crystal Report is generated, I would like to export it to an Excel spreadsheet.
I was told by a co-worker that this would be the fastest way to generate Excel spreadsheets on a server that does not have MS Office. The program is a class library that will be used to generate over 150 Excel spreadsheets that contain billing information. Also, I have an Excel template that I would like to use to generate the other spreadsheets, but I'm getting ahead of myself. I do not have any experience with Crystal Reports (and am new to .NET) and would first like to make an Excel spreadsheet.
Thanks for your help!
Nick Ruiz
Associate Integrator
PPLSolutions IT Billing and Transactions