Im working on program, that generate excel report from DB. Im using xmlss to create excel document and then convert it. Main problem is that to create cell with different from others style, i need to create the style first. But how to make this not using defined styles?
To make it more clear i can compare this with css.
In css I can define style first and then using ID="StyleName" attach it to my tag. Also I can do like that:tag style="bold:1 etc."
How can I do the same in XMLSS?
Regards, Rich.