Hi,
How can I export data from specific cells into my java object.
Thanks.
Hi,
How can I export data from specific cells into my java object.
Thanks.
Hi Amita,
There are different types of functionalities are available to import data into worksheet. e.g. Using ImportCustomObject I can import data directly from POJO into Excel.
Similarly, workreportdesigner is another feature to import data using variables.
I am looking for similar features where I can export the data (all rows from only required columns say all rows with data from column 1, column 4, column 10, etc.) from excel directly into POJO. I am looking for some mapping between excel column and POJO.
Thanks.
Hi Amita,