REPORT export to Excel

Post Reply
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

REPORT export to Excel

Post by ukservice »

Is possible?

Thank you
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Marcelo Via Giglio
Posts: 1033
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: REPORT export to Excel

Post by Marcelo Via Giglio »

User avatar
TecniSoftware
Posts: 213
Joined: Fri Oct 28, 2005 6:29 pm
Location: Quilmes, Buenos Aires, Argentina

Re: REPORT export to Excel

Post by TecniSoftware »

Los links a la clase repexcel estan muertos.
Alguien tiene una copia ?

Muchas gracias
Alejandro Cebolido
Buenos Aires, Argentina
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: REPORT export to Excel

Post by ukservice »

Hi,

Links are broken!!.

Thanks
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: REPORT export to Excel

Post by anserkk »

Links are broken!!.
ReplExcel
http://rapidshare.com/files/441396864/RepExcel.zip

Regards
Anser
User avatar
TecniSoftware
Posts: 213
Joined: Fri Oct 28, 2005 6:29 pm
Location: Quilmes, Buenos Aires, Argentina

Re: REPORT export to Excel

Post by TecniSoftware »

Thanks for the links!


Best regards
Alejandro Cebolido
Buenos Aires, Argentina
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: REPORT export to Excel

Post by ukservice »

Hi,

It does not work. It says that method save() does not exist.

Anyone got it working?

Why does not standard FWH Report class support exporting to Excel, Word and Html?
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Re: REPORT export to Excel

Post by reinaldocrespo »

ukservice;

You make a legitimate point. The change to treport that exports to excel using tfilexls class has been around for many years now. Why hasn't it been officially integrated? There is no logical answer.

Anyway- i do have it working. At least with Ramon Avendaño's tfilexls class. It works quite well. You need to add to your project the following prgs:

tSalxls.prg
mreport.prg
xlserror.prg
xlsfunc.prg
pdreport.prg

I must admit that it's been working so well for so long now, that I can't remember exactly how it works. Basically mreport inherits from treport taking care of everything and including a new method: :Saveas() where all you need is to call seding "excel" as parameter. Like this:

oreport:saveas( "excel" ) ...and you get a beautiful excel spreadsheet identical to the report, including lines, fonts, etc...

pdreport changes rptbegin(), rptend()... to call the new class declared in mreport. Some like that. But I've made so many changes to the prgs that ties it to the preview which I also had to change to allow for my own botton bar, I'm afraid my prgs will not work for you.

Maybe someone/somewhere has the original prgs from Ramon. I -myself got help on these very same forums years ago with the same subject and that's how I got the prgs in the first place. I'm sure many people are using Ramon's excel class.

Reinaldo.
User avatar
jose_murugosa
Posts: 943
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay
Contact:

Re: REPORT export to Excel

Post by jose_murugosa »

http://forums.fivetechsupport.com/viewt ... =17&t=6849

Para utilizar la clase repexcel se requiere de la lib repexcel y de la lib filexls.

Ambas y muchas otras las hallarás en el post arriba :D

Espero sea de ayuda. :)
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
Post Reply