|
GTD
Excel Report Server is web-based reporting solution
that helps small and mid-sized businesses create, manage,
and deliver reports via the web or embedded in enterprise
applications.
Rich format excel output
Microsoft Excel spreadsheets are ubiquitous in today's
business environment. Although Excel can read and display
delimited files, the .xls proprietary format provides
additional expressive features, including font formatting
and multiple sheets per spreadsheet.
Excel Report Sample
The xls file is also available, click the link below please:
Sample1.xls
Sample2.xls
Experience it now (7 minutes)
- Download self-extractive file of GTD Server, click
Here
to download. -- 3 minutes
- Run the self-extractive file, extract the installation
pack to a folder. --0.5 minute
- Double click startup.bat, start the server. --0.5
minute
- Open IE browser, visit http://localhost:8002/
, login as admin. --0.5 minute
- Create the first connection pool. --1 minute
- Create the first simple report. -- 1.5 minutes
- Run the first report, get rich-formated excel output.
Live demo of step 2-4 is available,
please click
here and see.
Note: If you want to uninstall, just
remove the folder created at step 2.
Try the GTD server online now
We install GTD server on one of our server that is
hosted in Dallas. You can login in the server and experience
the server.
http://www.gtdreport.com:8002/
| Login |
Password |
| fixedadmin |
aaa |
| fixeddev |
aaa |
| fixedcommonuser |
aaa |
Please don't remove/change any object that is not created
by you, thank you for your cooperation.
We have created a table for your testing.
create table salesrecord (
productName varchar(100),
productLine varchar(100),
customerName varchar(100),
quantity int,
MSRP DECIMAL(10,2),
buyPrice DECIMAL(10,2),
orderDate date
);
Architecture of GTD Report Solution
The
Java based Reports Server enables you to run reports
using a multi-tiered architecture. This means that you
can submit a report request from a client machine to
run on a high-performance server machine, while accessing
data from a separate database server.
The Java based Reports Server supports on-demand delivery
from a "thin" client. When used in conjunction
with the Reports Web Cartridge, Web CGI, or Servlet,
you can dynamically run reports from a Web browser using
standard URL syntax.
Support
Feedback, questions and bug reports are welcome and
should be sent to the customer support, at support@gtdreport.com.
It is appreciated if you write a review of GTD Excel
Report Server and send it to us by email to support@gtdreport.com.
|