New plugin: xlsreader
-
- Posts: 475
- Joined: Fri May 15, 2015 5:15 pm
- Location: Waterville, Minnesota USA
Re: New plugin: xlsreader
I could try it on my unregistered MorphOS box if you have example files to use with it. I don't have Excel at home at all.
I'm on registered MorphOS using FlowStudio.
Re: New plugin: xlsreader
I prepared a test_xlsreader executable and an exemple.xls for you to test.
Could you PM me to give your email address?
Could you PM me to give your email address?
Re: New plugin: xlsreader
i can also test in morphos aos4 aos3 but need plugin (can not build it
)
make a link so anyone can test not neccessary need to pm him

make a link so anyone can test not neccessary need to pm him

Christos
Re: New plugin: xlsreader
OK so I prepared for everyone a test package for MorphOS and AmigaOS3 (with and without fpu).
I didn't compile yet for AmigaOS4.
Many thanks in advance and I'm waiting for your feedback 
I didn't compile yet for AmigaOS4.
- Download Hollywood player for your platform at Hollywood download page
- Download the test applet : test_xlsreader.hwa
- Download an example xls file and put it in the same directory as test_xlsreader.hwa
- Download xlsreader.hwp for your platform and put it in LIBS:Hollywood directory:
- Plugin for MorphOS
- Plugin for AmigaOS3 (without FPU)
- Plugin for AmigaOS3 (with FPU)
- Go to directory where you have put both test_xlsreader.hwa and example.xls and use Hollywood player to execute the applet
Code: Select all
param1 : No error occurred!
param1 : {
JUGE ARBITRE : {
0 : {
0 : ACTIVITE ANNUELLE DE JUGE ARBITRE
1 :
} // 0
1 : {
0 :
1 :
2 :
3 :
4 :
5 :
6 :
7 :
8 :
9 :
10 :
11 :
12 :
13 :
14 :
15 :
16 :
17 :
18 :
19 :
20 :
21 :
22 :
} // 1
2 : {
0 : Ce formulaire doit être retourné à votre Ligue au plus tard le 30 septembre de chaque année sportive
1 : Visa du Président de la CRA avant envoi à la FFT (pour les niveaux 3)
2 :
} // 2

Re: New plugin: xlsreader
Crashes here on MorphOS... HW Player loading bar goes to 10% and then it meditates.
This kind of hit in the debug log: http://jpv.wmhost.com/testi/xlshwplayer.txt
This kind of hit in the debug log: http://jpv.wmhost.com/testi/xlshwplayer.txt
Re: New plugin: xlsreader
Many thanks for your feedback jPV.
Unfortunately I don't have the knowledge to use such output you provided.
In the meantime I succeed in installing a MorphOS 3.13 system in qemu.
So I hope to be able to do the test on my own.
Unfortunately I don't have the knowledge to use such output you provided.
In the meantime I succeed in installing a MorphOS 3.13 system in qemu.
So I hope to be able to do the test on my own.
Re: New plugin: xlsreader
Yeah, it behaves well now, but output looks a bit different if that matters.
Code: Select all
param1 : No error occurred!
param1 : {
JUGE ARBITRE : {
0 : {
0 : ACTIVITE ANNUELLE DE JUGE ARBITRE
1 :
2 :
3 :
4 :
5 :
6 :
7 :
8 :
9 :
10 :
11 :
12 :
13 :
14 :
15 :
16 :
17 :
18 :
19 :
20 :
21 :
22 :
} // 0
1 : {
0 :
1 :
2 :
3 :
4 :
5 :
6 :
7 :
Re: New plugin: xlsreader
Many thanks jPV for your feedback.
It's my first attemp to develop on modern Amiga like platforms.
I was so happy that it succeed that I didn't notice the different output : I will check it out.
I managed to generate a cross compilation toolchain to target AmigaOS 4.1 from Linux.
If someone would like to test with AmigaOS 4.1 version.
See U.
It's my first attemp to develop on modern Amiga like platforms.
I was so happy that it succeed that I didn't notice the different output : I will check it out.
I managed to generate a cross compilation toolchain to target AmigaOS 4.1 from Linux.
If someone would like to test with AmigaOS 4.1 version.
See U.
Re: New plugin: xlsreader
outputs
aos 68k
https://textuploader.com/1l934
aos68k fpu
https://textuploader.com/1l93o
aos4 run with player with fpu
As you can see every 13 and beyond cell floating zeroes apears, not applicable to 68k thought !?

aos 68k
https://textuploader.com/1l934
aos68k fpu
https://textuploader.com/1l93o
aos4 run with player with fpu
As you can see every 13 and beyond cell floating zeroes apears, not applicable to 68k thought !?
Christos