PHP Classes

Undefined offset

Recommend this page to a friend!

      SimpleXLSX  >  All threads  >  Undefined offset  >  (Un) Subscribe thread alerts  
Subject:Undefined offset
Summary:Undefined offset on xlsx
Messages:1
Author:Andre russowsky
Date:2012-10-23 16:29:43
 

  1. Undefined offset   Reply   Report abuse  
Picture of Andre russowsky Andre russowsky - 2012-10-23 16:29:43
Hello, im having some trouble when using some xlsx files, i get error on line 107 in simplexlsx.class.php

Error Msg: Undefined offset: 1

Do you have any clue of whats happening or how can i fix this?

On line 107 of the file i have this:

$index = $this->_columnIndex( $d[1] );