Hello everyone
I try to export the fields of a table with sysExcelApplication.
in one of the fields, where i have the itemid(which is string) when the export finished all zeros that leading the itemId number are disappered.
That has no sense because is a string.
Also I tried to change the format of the cells of the excel file to "text" but nothing happened.
the code I have to export my cells is ....
excelWorksheet.cells().item(i,2).value(collectionProdJournalBOM.ItemId);
does anyone know why this happens?