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 valexiev on Tue 3 Feb 2004 in response to Keeping the boss happy
Re: Cell data too large
It's possible the reason is not text overflow, but a <table> tag in the text.Stupid excel tries to interpret the <table> tag. I suppose you need to escape
(mangle) such tags somehow, eg turn them into "[table]".
I got this error, but it says "HTML ERROR in Cell data too large".