Page 2 of 3

Re: New plugin: xlsreader

Posted: Wed Apr 08, 2020 9:44 pm
by SamuraiCrow
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.

Re: New plugin: xlsreader

Posted: Wed Apr 08, 2020 10:18 pm
by BeChris
I prepared a test_xlsreader executable and an exemple.xls for you to test.
Could you PM me to give your email address?

Re: New plugin: xlsreader

Posted: Thu Apr 09, 2020 6:58 am
by plouf
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 ;)

Re: New plugin: xlsreader

Posted: Thu Apr 09, 2020 10:29 pm
by BeChris
OK so I prepared for everyone a test package for MorphOS and AmigaOS3 (with and without fpu).
I didn't compile yet for AmigaOS4.
  1. Download Hollywood player for your platform at Hollywood download page
  2. Download the test applet : test_xlsreader.hwa
  3. Download an example xls file and put it in the same directory as test_xlsreader.hwa
  4. Download xlsreader.hwp for your platform and put it in LIBS:Hollywood directory:
  5. Go to directory where you have put both test_xlsreader.hwa and example.xls and use Hollywood player to execute the applet
In the same console you should see output beginning with following sequence:

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
Many thanks in advance and I'm waiting for your feedback ;)

Re: New plugin: xlsreader

Posted: Fri Apr 10, 2020 3:23 pm
by jPV
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

Re: New plugin: xlsreader

Posted: Fri Apr 10, 2020 10:01 pm
by BeChris
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.

Re: New plugin: xlsreader

Posted: Sat Apr 11, 2020 2:09 am
by BeChris
Yes it works !

You can test again with updated plugin to confirm.

Re: New plugin: xlsreader

Posted: Sat Apr 11, 2020 10:09 am
by jPV
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

Posted: Sun Apr 12, 2020 1:34 am
by BeChris
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.

Re: New plugin: xlsreader

Posted: Mon Apr 13, 2020 11:59 pm
by plouf
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 !?
Image