Hello,
It this of interest for us? :
https://github.com/FTrautwein/hblibxlsxwriter
Serge
Wrapper for LIBXL libxlsxwriter.dll for Harbour
Moderator: Rathinagiri
- serge_girard
- Posts: 2657
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 939 times
- Been thanked: 173 times
- Contact:
- bpd2000
- Posts: 1190
- Joined: Sat Sep 10, 2011 4:07 am
- Location: India
- Has thanked: 279 times
- Been thanked: 159 times
Thank Serge for sharing link
Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file
Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file
- Attachments
-
- required_ch_files.rar
- required .ch files
- (30.68 KiB) Downloaded 283 times
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG
- serge_girard
- Posts: 2657
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 939 times
- Been thanked: 173 times
- Contact:
Hi BPD,
Can you please share your test.PRG also?
Thx, Serge
Can you please share your test.PRG also?
Thx, Serge
- bpd2000
- Posts: 1190
- Joined: Sat Sep 10, 2011 4:07 am
- Location: India
- Has thanked: 279 times
- Been thanked: 159 times
Sir,serge_girard wrote: ↑Fri Jan 13, 2017 1:30 pmHi BPD,
Can you please share your test.PRG also?
Thx, Serge
I had tested all .prg located at \hblibxlsxwriter-master\example, it is with you
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG
- serge_girard
- Posts: 2657
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 939 times
- Been thanked: 173 times
- Contact:
-
- Posts: 69
- Joined: Mon Aug 31, 2015 11:28 am
- Location: Taipei
- Has thanked: 16 times
- Been thanked: 28 times
Hi BPD,bpd2000 wrote: ↑Fri Jan 13, 2017 12:44 pmThank Serge for sharing link
Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file
I am trying to complie the demo.prg according to your instruction, but it never come out the "exe" file. I don't know what's wrong. listed below is my example.hbp file, could you take a look to it? Thanks.
xhb.hbc
-lhblibxlsxwriter
-w2 -es2 -iD:\hblibxlsxwriter\include -lhblibxlsxwriter
And I used following commands to complie the demo.prg
PATH=D:\hmg.3.4.4\HARBOUR\bin;D:\hmg.3.4.4\MINGW\bin
hbmk2 demo.prg example.hbp
-
- Posts: 69
- Joined: Mon Aug 31, 2015 11:28 am
- Location: Taipei
- Has thanked: 16 times
- Been thanked: 28 times
Ha HA, I found what's wrong, I removed the " -lhblibxlsxwriter " from -w2 -es2 -iD:\hblibxlsxwriter\include -lhblibxlsxwriter and it is OK now.Tiger wrote: ↑Fri Apr 10, 2020 10:43 amHi BPD,bpd2000 wrote: ↑Fri Jan 13, 2017 12:44 pmThank Serge for sharing link
Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file
I am trying to complie the demo.prg according to your instruction, but it never come out the "exe" file. I don't know what's wrong. listed below is my example.hbp file, could you take a look to it? Thanks.
xhb.hbc
-lhblibxlsxwriter
-w2 -es2 -iD:\hblibxlsxwriter\include -lhblibxlsxwriter
And I used following commands to complie the demo.prg
PATH=D:\hmg.3.4.4\HARBOUR\bin;D:\hmg.3.4.4\MINGW\bin
hbmk2 demo.prg example.hbp
- bpd2000
- Posts: 1190
- Joined: Sat Sep 10, 2011 4:07 am
- Location: India
- Has thanked: 279 times
- Been thanked: 159 times
Attached working folder
Unzip in c drive
set required path for harbour and mingw compiler
go example and run test.cmd
Unzip in c drive
set required path for harbour and mingw compiler
go example and run test.cmd
- Attachments
-
- hblibxlsxwriter.zip
- (1.08 MiB) Downloaded 114 times
Last edited by bpd2000 on Thu Apr 16, 2020 3:13 pm, edited 1 time in total.
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG