Dex Library to export table to excel Dear all I was using a DataLink library to export to excel. However, I have installed the latest version and this library is not there. I need to use DEX Library.I created a table and a data mapping to export it to excel.Below is the code. How could I implement it using DEX?Thanks for helping.----------------------------------------------------------------------The code was this dl::DataTables += 'Result2';DataMap(dl::dt,dl::idn,dl::cn,dl::dn) := data { ( 'Result2', 'Scenarios', 1, 1 ) : "Scenarios", ( 'Result2', 'Port', 2, 2 ) : "Port", ( 'Result2', 'Destination', 3, 3 ) : "Destination", ( 'Result2', 'Bidder', 4, 4 ) : "Bidder", ! from fourRows.csv, read in a data pDem from a 3rd csv data column named "demand". This is a data column ( 'Result2', 'TransportMode', 5, 5 ) : "TransportMode", ( 'Result2', 'Days', 6, 6 ) : "Days", ( 'Result2', 'ScenarioAllocation', 7, 0 ) : "ScenarioAllocation", ( 'Result2', 'ForecastAllocation', 8, 0 ) : "ForecastAllocation