🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"How to save an excel worksheet to .aml file"

User: "ratheesan"
New Altair Community Member
Updated by Jocelyn
Hi all,
How to save an excel worksheet to .aml file
Thanks
Ratheesan

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    Hi,
    this is quite simple: Use an ExcelExampleSource and after loading it, use an ExampleSetWriter to write it into an .aml file.

    This would look something like this:
    <operator name="Root" class="Process" expanded="yes">
        <operator name="ExcelExampleSource" class="ExcelExampleSource">
        </operator>
        <operator name="ExampleSetWriter" class="ExampleSetWriter">
        </operator>
    </operator>
    Greetings,
      Sebastian