http://www.perlmonks.org?node_id=955043


in reply to split cells

Is there any way to split the data in the cells using perl?
Yes.

  1. Open the worksheet using your favourite Excel processing module
  2. Read the data from each cell
  3. split on whitespace
  4. Write the data back into the worksheet

Cheers,
Darren