eption e ) {
throw new RuntimeException( e );
}
}
}
——
Cheers,
- hugi
> On 13. júl. 2016, at 11:46, Theodore Petrosky wrote:
>
> I have been using Jasper Reports for a few years in my D2W apps. I am
> starting a new app and acc
Am 28.08.2013 um 19:59 schrieb Theodore Petrosky :
> has anyone used jasper reports to generate an excel report?
> Ted
Yes, we do this.
The reports have to be carefully laid out, and an option to generate it as a
single page has to be set, but then it's basically working.
Ralf
has anyone used jasper reports to generate an excel report?
Ted
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https
scal Robert wrote:
>>
>>> FYI, problem #1 was that the parameters have to be
>>> "isForPrompting="false"". But after that, it was still failing, and this
>>> time without any errors but neither with a PDF. Added some breakpoints, and
>>&
t;> FYI, problem #1 was that the parameters have to be "isForPrompting="false"".
>> But after that, it was still failing, and this time without any errors but
>> neither with a PDF. Added some breakpoints, and I found out that it was
>> failing when filling
ill failing, and this time without any errors but
> neither with a PDF. Added some breakpoints, and I found out that it was
> failing when filling up the report (which have multiple sub-reports) but no
> exception was raised. So I did the same calls but in a non-Callable contex
FYI, problem #1 was that the parameters have to be "isForPrompting="false"".
But after that, it was still failing, and this time without any errors but
neither with a PDF. Added some breakpoints, and I found out that it was failing
when filling up the report (which have
Hi,
I have to run some Jasper Reports where the data will come out by a SQL query
embedded in the report instead of a JRDatasource. The report I'm working works
fine in iReport (well, except the fact that iReport is one of the worst app I
ever used) and that report have parameters to c
I see there was a session at WOWODC dealing with Jasper reports.
Is this session available (free or purchase). I am looking for a starting point
to use Jasper Reports.
Ted
___
Do not post admin requests to the list. They will be ignored
I have started to play with DRGrouping and
> WRReporting using Anjo's BugTracker code as a reference. Nearly all of my
> reports need to include the date as one of the dimensions. Ideally I would
> like to be able to group the events in my reports by day, week number or
> calendar mo
I am working on a project in its late stages and need to knock together a quick
reporting interface. I have started to play with DRGrouping and WRReporting
using Anjo's BugTracker code as a reference. Nearly all of my reports need to
include the date as one of the dimensions. Ideally I
I have.
I used non-wonder (unfortunately) D2W to do this and it works great.
It is based upon the entity. So depending on which entity you select
to base
your query it gives you all the attributes our customers wish to query
on.
We had to make some customer d2wquery components and such, bu
Hi,
I'm working a project where we need to be able to allow clients to
specify an arbitrary number of attributes to query from any entities
they select, and then produce a report with the attributes they have
selected based.
I've got limited experience with D2W, but the QueryAll page is t
.
But using Eclipse we are unable to generate reports.
We are using ReportMill 7 to generate reports.
When we run the application using command line, the reports
are generating.
Can any one suggest me what's the problem?
Thanks in advance.
Thanks and Re
Hi All,
We are working on Web objects 5.3 on windows Operating System.
We are using Eclipse as our development tool.
But using Eclipse we are unable to generate reports.
We are using ReportMill 7 to generate reports.
When we run the application using
On Mar 14, 2008, at 12:35 PM, Petite Abeille wrote:
On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote:
How would I be able to do that in WO with EOF? Is there an easier way
than to get qualifiers for each month and create new
FetchSpecifications
for each of the months? Wouldn't this meth
On Mar 14, 2008, at 12:35 PM, Petite Abeille wrote:
On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote:
How would I be able to do that in WO with EOF? Is there an easier way
than to get qualifiers for each month and create new
FetchSpecifications
for each of the months? Wouldn't this me
On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote:
How would I be able to do that in WO with EOF? Is there an easier way
than to get qualifiers for each month and create new
FetchSpecifications
for each of the months? Wouldn't this method create too much overhead
(ie 12 queries just for o
I can't find any useful information on how to easily create database
reports. For example, I have a Projects entity. I want to create a
report to include # of projects created in each month of the past year.
With mysql I'd do the following:
select (select count(id) from proj
I have looked at JReport, crystal, and a couple of other engines.
All of them are a bit pricey.
We looked at JReport too. You could buy a small house for the price
of their cheapest license !!! And I thought Oracle pricing was
fantasy land...
Simon ___
We've used ReportMill in the past, but we are currently using Jasper.
I can't think of a single thing that ReportMill does that Jasper
can't. I really don't know how anyone justifies the price tag for
ReportMill anymore when there are such good open source tools
available. Others worth a lo
Very true;
I think they need to come down a bit for the cost. I used it on a
Enterprise contract, so the company that I was delivering the
software to paid for the licensing. I have looked at JReport,
crystal, and a couple of other engines. All of them are a bit pricey.
don
On Dec 16
I haven't used it in a while, but always found it an awesome tool to
use. I think the licensing cost is high, but still in the realm of
reasonableness.
On Dec 16, 2007, at 10:54 PM, David LeBer wrote:
On 16-Dec-07, at 10:30 PM, Don Lindsay wrote:
Hello;
I don't know if anyone else has
On 16-Dec-07, at 10:30 PM, Don Lindsay wrote:
Hello;
I don't know if anyone else has tried Report Mill.I use it and
it is great. Has anyone else used Report Mill?
Thanks
I've used it a couple of times.
I've always found it powerful and easy to implement, but at $US5K/
server the l
Hello;
I don't know if anyone else has tried Report Mill.I use it and it
is great. Has anyone else used Report Mill?
Thanks
Don
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@
Owen,
1) Do you copy and paste the whole XML file or just the table
part ? i.e. do you include things like the DocumentProperties and
Styles ? I assume so.
Yep, the whole XML file.
2) What version of WO are you using ? Because when I open the file
up in WOBuilder my rows and columns are
Hi Jake,
This looks like a great way of doing it. Couple of questions if you
have a spare moment.
1) Do you copy and paste the whole XML file or just the table part ?
i.e. do you include things like the DocumentProperties and Styles ? I
assume so.
2) What version of WO are you using ? B
Jake Macmullin wrote:
Now that Excel has an XML file format - I've found this to be
straight-forward.
1). Create an excel spreadsheet that looks the way you want, with
place-holders for the values you want to dynamically generate and save
it as XML.
2). Create a new WOComponent and repla
Now that Excel has an XML file format - I've found this to be
straight-forward.
1). Create an excel spreadsheet that looks the way you want, with
place-holders for the values you want to dynamically generate and
save it as XML.
2). Create a new WOComponent and replace the contents of the
The idea behind ExcelGenerator ist that you can use - hopefully - the
same HTML that you output anyway for your reporting tasks. In
particular, you should be able to re-use DynaReporter HTML and you
also need only a minimal amount of work to use D2W.
Sometimes, you might need to apply some
Zac Konopa wrote:
I'm working on a project where we need to generate a report in an
Excel format. Has anyone done this before and do you have any tips
and tricks?
Thx
Zac
I use jexcel (http://www.andykhan.com/jexcelapi/) it works fine for me.
--
Valerio Luccio (212) 998-87
I've use JExcelAPI on several projects. It's quite clean and
convenient to use and I find it's API is a bit simpler than POI's.
- H
On 14.3.2006, at 18:53, Kieran Kelleher wrote:
Project Wonder's ExcelGenerator framework works OK it is a
WebObjects-ified wrapper around the Apache POI
Project Wonder's ExcelGenerator framework works OK it is a
WebObjects-ified wrapper around the Apache POI functionality.
I head JExcelAPI open source framework is pretty good too, but I have
not used it yet.
Regards, Kieran
On Mar 14, 2006, at 1:10 PM, Zac Konopa wrote:
I'm working o
Thereis also the APache Jakarta POI project - http://jakarta.apache.org/poi/index.html(maybe Wonder wrappers this...dunno...just used POI in the past and found it pretty easy to incorporate into WO)
GeoffOn 14/03/06, Jean-François Veillette <[EMAIL PROTECTED]> wrote:
oops : http://wonder.sf.netLe 0
oops : http://wonder.sf.net
Le 06-03-14, à 13:14, Jean-François Veillette a écrit :
Look at WOnder, there is a framework to do this.
I've done it, work well. It generate xsl files with format and
formulas if need be.
http://wonder.fs.net
- jfv
Le 06-03-14, à 13:10, Zac Konopa a écrit :
I
Look at WOnder, there is a framework to do this.
I've done it, work well. It generate xsl files with format and
formulas if need be.
http://wonder.fs.net
- jfv
Le 06-03-14, à 13:10, Zac Konopa a écrit :
I'm working on a project where we need to generate a report in an
Excel format. Has a
Excel format meaning with formulas, or just in CSV format that Excel
can import?
On Mar 14, 2006, at 10:10 AM, Zac Konopa wrote:
I'm working on a project where we need to generate a report in an
Excel format. Has anyone done this before and do you have any tips
and tricks?
Thx
Zac
___
I'm working on a project where we need to generate a report in an
Excel format. Has anyone done this before and do you have any tips
and tricks?
Thx
Zac
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
38 matches
Mail list logo