How to create xml mapping for listobject?

java code

 /*
        /dataset/employee/rows/name
        /dataset/employee/rows/age
         */

        XmlMap map2 = wk.getWorksheets().getXmlMaps().get(0);
        int objectIndex = ws.getListObjects().add(1, 1, 11, 4, true);
        ws.getListObjects().get(objectIndex).getXmlMap() =map2 // it's bad

@daisy2024
Would you like to provide sample file and a runnable console project? We will check it soon.

Thanks for your answer, I have solved it

@daisy2024
Thank you for your feedback. I’m glad your issue has been resolved. If you have any questions, please feel free to contact us.