Page 2 of 2

Re: Importing an Excel table

Posted: Fri Jun 01, 2007 1:04 am
by moorezilla
Nice! Thanks a lot!

I'll try this out tomorrow!

am

Update: Tried this out. It works perfectly! Thank you very much for your help on this.

Re: Importing an Excel table

Posted: Mon Oct 01, 2007 7:09 pm
by Gregor
Hi,

I followed the mentioned procedure. I'm on cmsms version 1.1.3.1

If I go to Extentions -> Tag I see the following error:
Warning: Cannot modify header information - headers already sent by (output started at /home/wsvherking/domains/wsv-herkingen.nl/public_html/plugins/function.csv.php:126) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/lib/classes/class.admintheme.inc.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /home/wsvherking/domains/wsv-herkingen.nl/public_html/plugins/function.csv.php:126) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/lib/classes/class.admintheme.inc.php on line 164

Warning: Cannot modify header information - headers already sent by (output started at /home/wsvherking/domains/wsv-herkingen.nl/public_html/plugins/function.csv.php:126) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/lib/classes/class.admintheme.inc.php on line 167

Warning: Cannot modify header information - headers already sent by (output started at /home/wsvherking/domains/wsv-herkingen.nl/public_html/plugins/function.csv.php:126) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/lib/classes/class.admintheme.inc.php on line 168

Warning: Cannot modify header information - headers already sent by (output started at /home/wsvherking/domains/wsv-herkingen.nl/public_html/plugins/function.csv.php:126) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/lib/classes/class.admintheme.inc.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at /home/wsvherking/domains/wsv-herkingen.nl/public_html/plugins/function.csv.php:126) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/lib/classes/class.admintheme.inc.php on line 176
The tag I used is

Code: Select all

{csv file='Uitslag_Mosselwedstrijd_2007.csv' path='uploads/documenten/Mosselwedstrijd' delimiter='semicolon' border='1' cellpadding='2'}
The page with output looks like table... http://www.wsv-herkingen.nl/index.php?page=test

No sorttable table. Any suggestions to solve it?

Thanks,
Gregor

Re: Importing an Excel table no luck [SOLVED]

Posted: Tue Oct 02, 2007 2:44 pm
by Gregor
I solved the "header information error"; at the end of the function.csv.php there were two blanc lines. After removing these lines, the errors where gone.

The help in the function might be confusing, because as seperator value one needs to place
delimiter=';'
when using a ; as seperator between the cells.


Gregor