rameshnaidupolarapu / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Pointing to xls location issue #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.pointing to a directory for a file location that is not in the same location 
as where my .php file is located.
2.example: 
$data = new 
Spreadsheet_Excel_Reader("S:\\BFPIX\\COREASSPROC\\200-104133-010-20100702-01.xls
",true);
3.

What is the expected output? What do you see instead?
I would expect it to point to a new S drive location for the file. however it 
considers the entire directory as a filename 
The filename S:\BFPIX\COREASSPROC\200-104133-010-20100702-01.xls is not readable

Please provide any additional information below.

Original issue reported on code.google.com by slubr...@gmail.com on 4 Jun 2012 at 7:18

GoogleCodeExporter commented 8 years ago
Please attach your file, maybe there are problems with it.

Original comment by endar...@gmail.com on 7 Jun 2012 at 8:08