Excel to PHP array
Posted: Thu Jul 30, 2009 2:39 pm
Ugh. I've been messing around with PHPExcel trying to figure out how to turn a client's excel file into a php array to store in MySQL. Their documentation seems extensive but doesn't have much on reading files-- it seems centered around writing them. All I want to do is get B3-I22 from the file as an array. It seems to me this should be really easy, as in, not needing a 5MB library to do it. Any suggestions?