How To Make XLSX File With Harbour

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

How To Make XLSX File With Harbour

Post by Antonio Linares »

Great contributions from our dear Charles Kwon :-)

http://www.charleskwon.com/?p=12
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: How To Make XLSX File With Harbour

Post by nageswaragunupudi »

This is really Great !!!
How can we get and use it?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: How To Make XLSX File With Harbour

Post by nageswaragunupudi »

Many thanks to Mr. Kwon for sharing his libraries for testing.
It is really a Great Product.

This allows us to create XLSX files on PCs without installation of Excel.

Exporting dbf (or other data) to XLSX file is really Blazing Fast. One has to see it to believe.

Code: Select all | Expand

dbf2xlsx( "customer.dbf" )
is finished in blink (less than 0.05 secs.)

When I was testing for the first time, I confess I could not believe my eyes.

This is very useful for our community.

Image

I tested with a DBF with 100,000 records with 30 large fields and it is exported to XLSX in about 5 seconds.

More information to follow.
Regards

G. N. Rao.
Hyderabad, India
Horizon
Posts: 1323
Joined: Fri May 23, 2008 1:33 pm

Re: How To Make XLSX File With Harbour

Post by Horizon »

nageswaragunupudi wrote:Many thanks to Mr. Kwon for sharing his libraries for testing.
It is really a Great Product.

This allows us to create XLSX files on PCs without installation of Excel.

Exporting dbf (or other data) to XLSX file is really Blazing Fast. One has to see it to believe.

Code: Select all | Expand

dbf2xlsx( "customer.dbf" )
is finished in blink (less than 0.05 secs.)

When I was testing for the first time, I confess I could not believe my eyes.

This is very useful for our community.

Image

I tested with a DBF with 100,000 records with 30 large fields and it is exported to XLSX in about 5 seconds.

More information to follow.
Great!
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
paquitohm
Posts: 284
Joined: Fri Jan 14, 2022 8:37 am

Re: How To Make XLSX File With Harbour

Post by paquitohm »

Hi,

Is it possible to get the library for 32 bits?
What is the cost ?

Regards
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: How To Make XLSX File With Harbour

Post by nageswaragunupudi »

The Author will announce soon.

We are aware that he is building libraries for BCC and MSVC both 32 bits and 64 bits.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How To Make XLSX File With Harbour

Post by Antonio Linares »

paquitohm wrote:Hi,

Is it possible to get the library for 32 bits?
What is the cost ?

Regards
Charles ha decidido distribuirla gratuitamente :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Detlef
Posts: 209
Joined: Mon Feb 07, 2022 9:54 pm

Re: How To Make XLSX File With Harbour

Post by Detlef »

Charles ha decidido distribuirla gratuitamente :-)x
That's very Kind by Charles and very good news.
Many thanks for this. :D
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How To Make XLSX File With Harbour

Post by Antonio Linares »

Dear Detlef,

We are already implementing these new functionalities in FWH :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
CharlesKwon
Posts: 28
Joined: Sun Nov 02, 2014 7:03 am

Re: How To Make XLSX File With Harbour

Post by CharlesKwon »

DrXlsx 1.0 will be released soon. It is currently undergoing final testing, and we have added easy-to-use and powerful features as shown in the link below.
Thank you for your interest

http://www.charleskwon.com/?p=948

Regards,
Charles KWON
User avatar
richard-service
Posts: 804
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: How To Make XLSX File With Harbour

Post by richard-service »

CharlesKwon wrote:DrXlsx 1.0 will be released soon. It is currently undergoing final testing, and we have added easy-to-use and powerful features as shown in the link below.
Thank you for your interest

http://www.charleskwon.com/?p=948

Regards,
Charles KWON
Dear Kwon

Sounds good.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Post Reply