I had this same error. I fixed it by changing line 97 from:
echo $t_function( $t_row[$t_column] );
to:
echo $t_function( $t_row->$t_column );
Search found 1 match
- 08 Oct 2009, 20:42
- Forum: General Discussion
- Topic: Excel export, description field
- Replies: 3
- Views: 3277