
Maulik - 2013-02-01 18:09:41
I have tried reading xls file with this library, it is simply not reading those files.
If I save those file in xlsx format. It reads without any problem.
The error it is throwing is like below.
SimpleXLSX Object
(
[workbook:SimpleXLSX:private] =>
[sheets:SimpleXLSX:private] => Array
(
)
[hyperlinks:SimpleXLSX:private] =>
[package:SimpleXLSX:private] => Array
(
[filename] => 456.xls
[mtime] => 1359738455
[size] => 17408
[comment] =>
[entries] => Array
(
)
)
[sharedstrings:SimpleXLSX:private] => Array
(
)
[error:SimpleXLSX:private] => Entry not found: _rels/.rels
[datasec] => Array
(
)
)
Please do needful. How can I solve this issue.