excel sheet column count

0
Hi, I want to count the columns in an excel sheet till the columns where data is present before importing. is there any way to do this ?
asked
1 answers
0

Hi,

You would have to write your own java action to get such a count.

Look at the existing modules of excel importer/exporter to understand how you can work with excel file and write your own custom java action. They can act as a reference.

I don’t think there is anything out of the box available.

answered