Hi,
I am converting Excel file to text file using Aspose.Cells.dll for .net. If the excel book contains more than one sheet, the output text file contains the last sheets contents only. Please analyse this and let me know where I am doing mistake.
Workbook wb = null;
wb = new Workbook("excel file");
_workBook.Save(Text file path, SaveFormat.TabDelimited);
Thanks,
Dhivya