XMLIN - Multiworksheets in a Workbook

Nabe_24
Nabe_24 Member
edited January 7 in Exstream #1

Hi,

Is it possible to call and generate multiworksheets inside an unique workbook event using XMLIN connector?

I need to generate dynamically different and as many worksheets, depending on the selection previously made from Infor M3 (using the XMLIN connector).

Regards,

Answers

  • Vyv
    Vyv Member

    Hi there - do you want to create an Excel file or do you want to process one as an input file?

    It is possible to create Excel files in a few different ways….. via XML, CSV, SYLK, With templates and programmatically with python (or similar).

    To read one….. you would have to convert it to a text format first.

    Good luck!