Aspose.cells Saveas .xlsx

I am processing an .xltm workbook which contains both Excel and custom formulae. After calculation I am stripping off the custom formula but not the Excel ones and save it as .xlsx. But I can’t see the Excel formula in the saved file. Does Aspose.cells strip off the Excel formulae ?

Hi,


Could you elaborate your issue in details. Aspose.Cells provides Aspose.Cells.Cells.RemoveFormulas() method that replaces all the formulas with their calculated values. How are you stripping off your custom formulas only using Aspose.Cells APIs, could you paste your sample code (runnable) here with template Excel file, we will check it soon.

Thank you.