Hi,
For Excel 2003 aspose.cells.dll is working fine. I need to upgrade to excel 2007 which is not supported by this dll. Iam using aspose.cells.dll Version 4.4. There are changes to be done in code.
_xlWorkbook = new Excel(); // Has to be modified.
changed to
_xlWorkbook = new ExcelWorkbook(();
I am getting error in
_xlWorkbook.Open(fullFilename ,fft );
cannot convert FileFormatType to string.
Please help me in this regard.
Thanks in advance,
cracks