• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Read XML file and generate a XLS file?

Explorer ,
Jul 25, 2014 Jul 25, 2014

Copy link to clipboard

Copied

Hi Guys,

How I can generate a XLS file with information in a XML file.

I have a XML which received information from a form.

To the user see the information inside a XML file, I created a report.cfm with the informations of the users.

Now the user want which the information in the XML, generate a XLS file from a CFM file to download.

How I will transformed this information in a XLS file?

Thanks,

Fabiano Magno Pechibella

Views

472

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 26, 2014 Jul 26, 2014

Copy link to clipboard

Copied

LATEST

There is no need to re-invent the wheel. Raymond Camden has published code that converts information from a form to an Excel file. His method first converts information from a form to a query. But you can easily adapt it to your case. If you do not have direct access to the form, you will still be able to convert the XML data into the name-value pairs in the query.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation