R
R
rowd2022-01-27 18:15:17
excel
rowd, 2022-01-27 18:15:17

How to parse XML into a table?

There is xml with arbitrary tags

<offer id="" available="">
 <url></url>
 <picture></picture>
 <param name="Внешний код"></param>
 <param name="Наличие"></param>
 <price name="Цена USD"></price>
 <price name="Цена RUB"></price>
 <name></name>
 <description></description>
</offer>


How to translate it into a format to pull out the Offer tags as a row, and internal tags as its columns?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Boev, 2022-01-27
@ProgrammerForever

There are at least two ways: connect a library for working with XML or parse manually, up to not using VBA, but simply formulas

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question