Help for this page
use strict; use warnings; ... FileFormat => 6, #xlCSV, CreateBackup => 0}); $Excel->Quit;
1,2,3,4 2,"Who, What?",4,5 3,4,5,6 4,5,6,7
use strict; use warnings; ... $Excel->Cells->Replace({ What => ",", Replacement => ""});