IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: Georgi
About
User Name: Georgi
Forum Rank: Newbie
Real Name:
Location
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Tuesday, October 16, 2018
Last Visit: Thursday, October 18, 2018 1:42:15 PM
Number of Posts: 4
[0.02% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Map Excel Row and Col to XML
Posted: Thursday, October 18, 2018 1:42:15 PM
Yes! It works!
Thanks a lot for help!

Best regards.
Topic: Map Excel Row and Col to XML
Posted: Wednesday, October 17, 2018 7:16:33 AM
Here I'm sending attachments.
Topic: Map Excel Row and Col to XML
Posted: Tuesday, October 16, 2018 1:50:23 PM
Hello, please, could anybody help me with this problem?

As a sorce file I have excel wtih defined are (e.g. C7:K28).
All cells I need map to XML structure like this:

<xs:element name="cell">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="row" use="required" type="ordNumType"/>
<xs:attribute name="col" use="required" type="xs:token"/>
<xs:attribute name="decimals" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="([-]?[1-9][0-9]{0,1})|[0]|(INF)"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

I don't know, how can I map the row and col from source.
I will be thankfull for any advice.

Georgi

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.