Hi,
I'm using following packages to read and write the excel, But the problem I'm not able to copy the formula from one sheet to other sheet
packages are
use Spreadsheet::ParseExcel;
use Spreadsheet::WriteExcel;
Is there any other packages so that I can copy excel fromula to another excel ( I know I can do copy command but I want to do in perl code )