libxlsxwriter -> XlsxReader ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

libxlsxwriter -> XlsxReader ?

Post 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:
have fun
Jimmy
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: libxlsxwriter -> XlsxReader ?

Post by Rathinagiri »

So, we don't require any ActiveX.

Any possibility to create a bridge for Harbour?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: libxlsxwriter -> XlsxReader ?

Post 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 213 times
have fun
Jimmy
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: libxlsxwriter -> XlsxReader ?

Post by Rathinagiri »

Wow. Amazing!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
jparada
Posts: 430
Joined: Fri Jan 23, 2009 5:18 pm

Re: libxlsxwriter -> XlsxReader ?

Post 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
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: libxlsxwriter -> XlsxReader ?

Post by fouednoomen »

we need CStruct.ch
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: libxlsxwriter -> XlsxReader ?

Post by fouednoomen »

error.png
error.png (119.78 KiB) Viewed 2500 times
User avatar
serge_girard
Posts: 3162
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: libxlsxwriter -> XlsxReader ?

Post by serge_girard »

Hi Jimmy,

How to compile and how to use it?

Thx, Serge
There's nothing you can do that can't be done...
User avatar
serge_girard
Posts: 3162
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: libxlsxwriter -> XlsxReader ?

Post by serge_girard »

This lines gives error:

Code: Select all

4893  #include "C:\Users\Apollo1\Downloads\hblibxlsxwriter-master\xlsxwriter.h"
 
There's nothing you can do that can't be done...
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: libxlsxwriter -> XlsxReader ?

Post 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
Regards,

Anand

Image
Post Reply