Hi,
I am very new to Perl language and want to generate Excel file with formula using Perl.
I found two possible ways to initialize the Excel sheet object in Perl:
1. OLE Excel.Application
2. Spreadsheet::WriteExcel
I don’t know the difference between these two and want to know which one is suitable for my requirement.
also what is the limitations of these two ?