Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
(String)globalMap.get("last_value")==null?row1.c1:(((String)globalMap.get("last_value")).equals(row1.c1)?"":row1.c1)
Hi Shong,
what is the meaning of the below command/function.
globalMap.put("last_value",input_row1.C1);
Kindly assist.
Thnx.
I want to do something more than this with this output . In the excel file first row is showing as ' A '. 2nd and 3 rd are empty under C1 column. Instead of that can we merge 3 rows under C1 and show it as ' A ' .
And same for 'B' and 'C' as well.