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.
Importing an Excel table
Re: Importing an Excel table
Last edited by moorezilla on Fri Jun 01, 2007 1:33 am, edited 1 time in total.
Re: Importing an Excel table
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:
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
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:
The tag I used isWarning: 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
Code: Select all
{csv file='Uitslag_Mosselwedstrijd_2007.csv' path='uploads/documenten/Mosselwedstrijd' delimiter='semicolon' border='1' cellpadding='2'}
No sorttable table. Any suggestions to solve it?
Thanks,
Gregor
Re: Importing an Excel table no luck [SOLVED]
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
Gregor
The help in the function might be confusing, because as seperator value one needs to place
when using a ; as seperator between the cells.delimiter=';'
Gregor
Last edited by Gregor on Tue Oct 02, 2007 9:19 pm, edited 1 time in total.