Skip to main content



      Home
Home » Archived » BIRT » Wanna an Xls emitter?
Wanna an Xls emitter? [message #114511] Tue, 24 January 2006 13:19 Go to next message
Eclipse UserFriend
Originally posted by: qauck.msn.com

Hi guys,

For those who wanted an xls emitter for a long time, finally here may be
a chance to taste:). Thanks the Apache POI project and the new layout
engine of BIRT 2.0, now we can easily create an xls emitter though it
looks obviously not that fancy yet. Anyway, this is a start.:)

Please visit http://qauck.wordpress.com for more details.

thanks

Shawn
Re: Wanna an Xls emitter? [message #114662 is a reply to message #114511] Tue, 24 January 2006 11:10 Go to previous messageGo to next message
Eclipse UserFriend
Shawn,

Nice work! Look forward to seeing the source code.

Jason Weathersby
BIRT PMC

"Shawn Qualia" <qauck@msn.com> wrote in message
news:dr5r4m$rk3$1@utils.eclipse.org...
> Hi guys,
>
> For those who wanted an xls emitter for a long time, finally here may be a
> chance to taste:). Thanks the Apache POI project and the new layout engine
> of BIRT 2.0, now we can easily create an xls emitter though it looks
> obviously not that fancy yet. Anyway, this is a start.:)
>
> Please visit http://qauck.wordpress.com for more details.
>
> thanks
>
> Shawn
Re: Wanna an Xls emitter? [message #114771 is a reply to message #114511] Tue, 24 January 2006 15:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andy.lawton.nospam.com

Tried downloading - but got a

Forbidden
You don't have permission to access /xls-emitter.zip on this server.

message...



Andy



"Shawn Qualia" <qauck@msn.com> wrote in message
news:dr5r4m$rk3$1@utils.eclipse.org...
> Hi guys,
>
> For those who wanted an xls emitter for a long time, finally here may be a
> chance to taste:). Thanks the Apache POI project and the new layout engine
> of BIRT 2.0, now we can easily create an xls emitter though it looks
> obviously not that fancy yet. Anyway, this is a start.:)
>
> Please visit http://qauck.wordpress.com for more details.
>
> thanks
>
> Shawn
Re: Wanna an Xls emitter? [message #114808 is a reply to message #114662] Tue, 24 January 2006 16:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

You might check out JXLS (http://jxls.sourceforge.net/). It was quite
simple to work with. I can provide an example if there is interest.

Mark
Re: Wanna an Xls emitter? [message #115017 is a reply to message #114771] Tue, 24 January 2006 23:00 Go to previous messageGo to next message
Eclipse UserFriend
I got the same thing, except when I did "Save Target As..." it downloaded!
Re: Wanna an Xls emitter? [message #115030 is a reply to message #114808] Tue, 24 January 2006 23:02 Go to previous messageGo to next message
Eclipse UserFriend
Definitely interested in example.
Re: Wanna an Xls emitter? [message #115066 is a reply to message #115017] Wed, 25 January 2006 00:36 Go to previous messageGo to next message
Eclipse UserFriend
I am getting same error,I am also looking for excel option.
Re: Wanna an Xls emitter? [message #115156 is a reply to message #115066] Wed, 25 January 2006 02:40 Go to previous messageGo to next message
Eclipse UserFriend
I got the download and i downloaded binaries for BIRT so how do i replace
these things.So i can get preview in excel?

org.eclipse.birt.chart.reportitem
org\eclipse\birt\chart\reportitem\ChartReportItemPresentatio nImpl

org.eclipse.birt.report.designer.ui
org\eclipse\birt\report\designer\ui\actions\PreviewToolbarMe nuAction

org.eclipse.birt.report.viewer
org\eclipse\birt\report\viewer\aggregation\layout\EngineFrag ment
Re: Wanna an Xls emitter? [message #115220 is a reply to message #114808] Wed, 25 January 2006 03:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: qauck.msn.com

Mark Lorenz wrote:
> You might check out JXLS (http://jxls.sourceforge.net/). It was quite
> simple to work with. I can provide an example if there is interest.
>
> Mark
>
Yes, Mark, JXLS is another greate XLS library, but actually it also uses
Apache POI internally. And as I understand, it mainly targets on
transforming to a xls file from bean objects and template files. That
may not quite meet the need of a BIRT emitter which is usually creating
the output from scratch.

thanks

Shawn
Re: Wanna an Xls emitter? [message #115232 is a reply to message #114771] Wed, 25 January 2006 03:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: qauck.msn.com

Could you access http://qauck.host.sk or http://www.host.sk ? I don't
think this is a permission issue though the site do sometimes not be
very stable. If you still can't access it, please try some free web
proxies:). for example, http://www.phproxy.org/ .

thanks

Shawn

Andy wrote:
> Tried downloading - but got a
>
> Forbidden
> You don't have permission to access /xls-emitter.zip on this server.
>
> message...
>
>
>
> Andy
>
Re: Wanna an Xls emitter? [message #115270 is a reply to message #115156] Wed, 25 January 2006 04:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: qauck.msn.com

Hi Jack,

Just replace the class files in following jars with the downloaded patch
files.

ChartReportItemPresentationImpl in
plugins/org.eclipse.birt.chart.reportitem_2.0.0/reportitem.j ar


PreviewToolbarMenuAction in
plugins/org.eclipse.birt.report.designer.ui_2.0.0/ui.jar

EngineFragment in
plugins/org.eclipse.birt.report.viewer_2.0.0/birt/WEB-INF/li b/viewservlets.jar

you can check http://qauck.wordpress.com for a detailed description.

thanks

Shawn


Jack wrote:
> I got the download and i downloaded binaries for BIRT so how do i
> replace these things.So i can get preview in excel?
>
> org.eclipse.birt.chart.reportitem
> org\eclipse\birt\chart\reportitem\ChartReportItemPresentatio nImpl
>
> org.eclipse.birt.report.designer.ui
> org\eclipse\birt\report\designer\ui\actions\PreviewToolbarMe nuAction
>
> org.eclipse.birt.report.viewer
> org\eclipse\birt\report\viewer\aggregation\layout\EngineFrag ment
>
>
Re: Wanna an Xls emitter? [message #115283 is a reply to message #114662] Wed, 25 January 2006 04:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: qauck.msn.com

Thanks Jason, now the source code is also available at
http://qauck.wordpress.com . Hope it looks not very bad. :)

Shawn

Jason Weathersby wrote:
> Shawn,
>
> Nice work! Look forward to seeing the source code.
>
> Jason Weathersby
> BIRT PMC
>
> "Shawn Qualia" <qauck@msn.com> wrote in message
> news:dr5r4m$rk3$1@utils.eclipse.org...
>> Hi guys,
>>
>> For those who wanted an xls emitter for a long time, finally here may be a
>> chance to taste:). Thanks the Apache POI project and the new layout engine
>> of BIRT 2.0, now we can easily create an xls emitter though it looks
>> obviously not that fancy yet. Anyway, this is a start.:)
>>
>> Please visit http://qauck.wordpress.com for more details.
>>
>> thanks
>>
>> Shawn
>
>
Re: Wanna an Xls emitter? [message #116775 is a reply to message #115220] Wed, 25 January 2006 15:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

Absolutely true on all counts. My example is using templates and beans.
Both are fine for my situations - we just create the template to look like
we want and then fill in the values based on beans' behaviors (mostly
getters and setters).

Works really well.

I guess I don't know what kind of XLS output requires no template ahead of
time - even if you create it "from scratch" as you call it, you have to
know what you're trying to do and can thus create a template to use (which
is a lot easier than POI or other frameworks).

Mark
Re: Wanna an Xls emitter? [message #116787 is a reply to message #115030] Wed, 25 January 2006 15:46 Go to previous message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

look at my other message on this thread and if you're still interested,
let me know and I'll put it together in the next day or two.

Mark
Previous Topic:Confused about requirements for BIRT Install
Next Topic:Parameters in Scripted Data Source
Goto Forum:
  


Current Time: Mon May 12 08:49:51 EDT 2025

Powered by FUDForum. Page generated in 0.08767 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top