Page 1 of 2

libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 4:31 am
by AUGE_OHR
hi,

i play with libxlsxwriter to create XLSx from DBF which work well and very fast
http://libxlsxwriter.github.io/

now i´m searching for Sample to READ a unknown XLSx into Array :idea:

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 4:38 am
by Rathinagiri
So, we don't require any ActiveX.

Any possibility to create a bridge for Harbour?

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 5:04 am
by AUGE_OHR
hi
Rathinagiri wrote: Wed May 27, 2020 4:38 am So, we don't require any ActiveX.
Any possibility to create a bridge for Harbour?
i´m playing with HMG so it is a harbour Contribution :D

i use this Sample to build LIB
hblibxlsxwriter.zip
(1.08 MiB) Downloaded 234 times

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 12:33 pm
by Rathinagiri
Wow. Amazing!

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 2:28 pm
by jparada
Hi,
I can contribute my experience here because I did a lot of testing and I create complex reports with the Fausto's wrapper it is very fast, Fausto helps you and you can quickly implement an example, but in my case when I needed options to manipulate the margins of the sheet, freeze panes and other features there was not possible with the Fausto's lib, in addition that the Fausto's lib generates xml files which in size are larger than true xlsx files, so I am using the Riztan wrapper, please take a look at https://github.com/riztan/hbxlsxwriter

Regards,
Javier

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 3:15 pm
by fouednoomen
we need CStruct.ch

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 3:24 pm
by fouednoomen
error.png
error.png (119.78 KiB) Viewed 2851 times

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 4:14 pm
by serge_girard
Hi Jimmy,

How to compile and how to use it?

Thx, Serge

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 4:16 pm
by serge_girard
This lines gives error:

Code: Select all

4893  #include "C:\Users\Apollo1\Downloads\hblibxlsxwriter-master\xlsxwriter.h"
 

Re: libxlsxwriter -> XlsxReader ?

Posted: Wed May 27, 2020 5:07 pm
by Anand
Hi Serge,

A working demo of the same is available in MiniGUI Extended with all dll and lib
c:\MiniGUI\SAMPLES\Advanced\HbXlsxWriter\

You may check it.

Regards,

Anand