G
Georg Gehring
Hi folks,
I get project files from various originators and I never
know which columns are really used by them.
The straight forward way would be to scan all rows and
columns whether there are any data or not.
Something like
for each row ....
for each column ....
I wonder if there are smarter and faster ways to solve
this question.
Any hint is welcome.
Thanks,
Georg
I get project files from various originators and I never
know which columns are really used by them.
The straight forward way would be to scan all rows and
columns whether there are any data or not.
Something like
for each row ....
for each column ....
I wonder if there are smarter and faster ways to solve
this question.
Any hint is welcome.
Thanks,
Georg