How create a batch to import data from "excel" file????

Hi!!

it is possible to create a batch that takes data from a excel file (.xlsx) and import them on a table?

Antobas

Yes, it is possible. Just be aware of that SysExcel class is bound to client - you’ll have to use .NET Office Interop or something if you want a server batch.

Thank you!!! i used SysExcelApplication class and the batch is gone[:D]