Import excel

Hello,

I am new in appian and  I need to import a excel and save in local variable, after that I need to validate the content of the file (number of columns, etc),  I don't how to start.

Could recommend me the function to do it,  

Could you help me , please?

Best regards,

  Discussion posts and replies are publicly visible

Parents Reply
  • Thank for this information

    I am reading,

    I have this code

    primaryButtons: {
    a!buttonWidget(
    label: "Submit",
    submit: true,
    style: "PRIMARY",
    saveInto: a!save(readexcelsheetpaging(
    excelDocument:"CargaMasiva.xlsx",
    sheetNumber:0,
    pagingInfo:a!pagingInfo(1,50),
    ),
    ri!contenido)

    )
    }

    And I have this error:

    The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB was not able to produce a value for typed value TypedValue[it=3,v=CargaMasiva.xlsx] as java class java.lang.Long.

    Could you help me, please?

    BR

Children