Hi,
I need to read the Site and Warehouse values from an excel sheet. But it returns an empty value. For example if my site is "1" it returns empty. Here is the code. Help me on this.
site = cells.item(row, 4).value().bStr();
warehouse = cells.item(row, 5).value().bStr();
Regards,
Ram