How to convert rtf file to excel file

Hi,


Presently i am using aspose cells licensed version and about to purchase aspose words
My requirement is to generate excel file based on rtf file or xml file.

I am merging rtf template file and xml data to generate rtf, html, pdf files by using aspose words , but i am unable to generate excel file .

Is their any solution in aspose cells/aspose words.

Hi,


Thanks for your query with sample code snippet and sample rtf file.

Well, Aspose.Cells is a spreadsheet management library used to create, manipulate, render, convert or print MS Excel files (e.g XLS, XLSX, XLSB, XLSM, CSV, Tab Delimited, SpreadsheetML, ODS, etc.), so, your requested feature (RTF to Excel) is out of scope. Aspose.Cells cannot load/read RTF file by its object model. We have another APIs named Aspose.Pdf for Java which can convert the PDF file to Excel file. So, you may convert RTF file to PDF via Aspose.Words APIs and then use Aspose.Pdf APIs to convert the PDF file to Excel file format(s).

Thank you.