Excel worksheet error
Posted
by developer
on Stack Overflow
See other posts from Stack Overflow
or by developer
Published on 2010-06-08T20:08:31Z
Indexed on
2010/06/08
20:12 UTC
Read the original article
Hit count: 184
php
|excel-2007
Hi, I am trying to create dynamic excel sheet, with the help of php using XML Spreadsheet. But when I try to open the dynamically created excel sheet I keep on getting error that says 'Unable to load worksheet, problem with worksheet settings'. When I try to look at the log file it had created it shows the below text,
XML ERROR in Worksheet Setting
REASON: Bad Value
FILE: C:\Documents and Settings\UserName\Local Settings\Temporary Internet Files\Content.IE5\5XZ039FS\output[3].xls
GROUP: Worksheet
TAG: Table
ATTRIB: ExpandedRowCount
VALUE: 4
Can anybody tell what does the above error mean and how do I remove it?
© Stack Overflow or respective owner