View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
xke xke is offline
external usenet poster
 
Posts: 1
Default what is x:str in excel

When I save a document xsl as htm, some of the content comes with
x:str empty but some of them are like:

<td x:str="the content of this cell .... "the content of this
cell ....</td

I would like to have:

<td x:str=""the content of this cell ....</td

Who cause x:str value ?

Thanks