Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I'm looking at the code at:
Very helpful site, however, I want to do something more. Example: my xml data
<?xml version="1.0" encoding="ISO-8859-1"?>
<catalog>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dole</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
.
.
.
</catalog>
How do write in the xls file (use the one at to display that if the people with lastname begins in D, the color of this cell is red?
Thank you for helping!
Regards,
John
I'm looking at the code at:
Very helpful site, however, I want to do something more. Example: my xml data
<?xml version="1.0" encoding="ISO-8859-1"?>
<catalog>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dole</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
.
.
.
</catalog>
How do write in the xls file (use the one at to display that if the people with lastname begins in D, the color of this cell is red?
Thank you for helping!
Regards,
John