You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Lanette Boren on Wed 9 Mar 2005 in response to Keeping the boss happy
Re: Cell data too large
Can you be more specific on "escaping" the table tags? Does that mean in theHTML you are putting "<table>" instead of <table>? I have an asp page where I
am using xml to create the Excel file...works fine in Excel 2003 but I get the
"Cell data too large" error if I test on a machine with Excel 2000.
My table tag looks like this:
<Table ss:ExpandedColumnCount="<%=cntSiteColumns%>"
ss:ExpandedRowCount="<%=cntSite+1%>" x:FullColumns="1" x:FullRows="1"
ID="Table1">
If I enclose it in "", how will that affect usage on higher versions of Excel?