Hi Paul,
Today I used your "xmlExcel.sll" to replace old .csv extraction I had.
Your classes are very flexible; thanks a lot.
I have small issue with the WrapText attribute; with your sample code, I can see in the xml file a style with the WrapText attribute.
<Style ss:ID="s3">
<Font ss:FontName="Calibri" ss:Size="10" ss:Color="#000000"/>
<Alignment ss:WrapText="1"/>
</Style>
In my source code, I put this code after adding a cell value :
iCell.WrapText = %TRUE
But in the generated xml file there is no reference to a WrapText attribute.
Any ideas ?
Thanks
Jean-Pierre