Taboga Software     |     home
Report's Data Exporter

A library and template to enable you to output your report's data to formats suitable to use in other programs (i.e. Excel, CSV, and XML),

Report's Data Exporter
One of the most common requests I get as a developer is to somehow get a report's data into excel (or similar format):
"The Daily Sales report is quite good... could you get me that data into excel so that I can play with it..."

I have heard this request over and over...  Except for the specific report in question, the requests are more or less identical.

As you may have noticed, there are actually two parts to this request:
The first is that the user only wants the data, and not the formatting.  In particular, group breaks are something the user doesn't want, as he/she will have to clean this data (i.e. remove group breaks, group totals, etc...) before doing anything with it.

The second and more obvious request is that the user wants the data in some specific format.   The most common formats are (in my experience) Excel, Basic (aka CSV, TAB delimited, etc...), and -although not yet as common- XML.

Clarion 6 introduced a powerful new set of templates and underlying classes that provide redirection of your printed reports to several document formats.  Included in the enterprise edition are the PDF, Text, XML, and HTML report targets.  Professional version users can purchase individual targets as they need them.

The Taboga Report's Data Export Library is a set of classes, and templates that allow you to fulfill the very common request detailed above, in a mechanism compatible with Softvelocity's other Report Output Generators.

The following output generators are included:

Export Format
Comments...
Excel
The library includes a native excel format writer.  This means your users do not need to have excel installed to produce the report's data outputs.
Basic
Another commonly requested format.  You can configure the output to the specific requirements you need.  By default the library adds the CSV format (which is a variant of the Basic format), but you can change the default, or add another Basic format output and have CSV and TAB for example.
XML
Softvelocity's XML Report Output Generator is full featured generator with tons of options.  This version is a highly simplified version which allows you to very easily export to XML.


Price
Taboga Report's Data Exporter Library version 1 is a commercial product.   It is available for $89.00.   This includes all source code.  



Buy Now         


Download