Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 5,620 for

formula

(0.11 sec)
  1. How to Remove Formula from Excel File in C++

    In this example, we will focus on how to remove Formula from Excel file in C++. You can add or remove the Formula from any cell of the excel worksheet programmatically in C++. By using few API calls, you can manage the Excel Worksheet cells Formulas in C++ for both Microsoft Windows and Linux platforms....Product Family How to Remove Formula from Excel File in C++ In this...will focus on how to remove formula from Excel file in C++ . By...

    kb.aspose.com/cells/cpp/how-to-remove-formula-f...
  2. Aspose.Words formula (A1>0)*(B1>0)*(A1+B1) calc...

    Aspose.Words calculates these Formulas correctly: A1+B1 A1*B1 (A1>0) // returns 1 when not empty (B1>0) // returns 1 when not empty But fails when they get combined into one: (A1>0) * (B1>0) * (A1+B1) // should ret…...Words formula (A1>0)*(B1>0)*(A1+B1) calculated incorrectly...Aspose.Words calculates these formulas correctly: A1+B1 A1*B1 (A1>0)...

    forum.aspose.com/t/aspose-words-formula-a1-0-b1...
  3. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array Formulas for a data table in Microsoft Excel using JavaScript via C++. Load or create an Excel file, calculate the array Formula, and save the modified file....Calculation of Array Formula of Data Tables with JavaScript via...you to calculate the array formula of a data table. Please use...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  4. STOCKHISTORY formula caused circular reference ...

    When saving xlsx workbook containing STOCKHISTORY Formula to xlsb using Aspose.Cells .Net v26.3, auto calculation was disabled and circular reference error appeared in xlsb that was opened in Desktop version of Excel. N…...STOCKHISTORY formula caused circular reference error in xlsb...workbook containing STOCKHISTORY formula to xlsb using Aspose.Cells...

    forum.aspose.com/t/stockhistory-formula-caused-...
  5. Changes to formula in Controls do not change th...

    I have a shape where I want to change the Formula of a control. I use this code to rotate the shape and then update the Controls: shape.SetAngle(angle * (Math.PI / 180)); shape.Controls.GetControlFromNa…...Changes to formula in Controls do not change the shape in Visio...where I want to change the formula of a control. I use this code...

    forum.aspose.com/t/changes-to-formula-in-contro...
  6. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array Formulas for a data table in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array Formula of the data table and get the result. Finally, we save the modified Excel file to disk....Calculation of Array Formula of Data Tables with Golang via C++...you to calculate the array formula of a data table. Please use...

    docs.aspose.com/cells/go-cpp/calculation-of-arr...
  7. Propagate Formula in Table or List Object autom...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ask AI Propagate Formula in Table or List Object automatically...Scenarios Sometimes, you want a formula in your Table or List Object...

    docs.aspose.com/cells/java/propagate-formula-in...
  8. New formula STOCKHISTORY caused NullReferenceEx...

    New Formula STOCKHISTORY caused NullReferenceException when saving workbook to Xlsb format using Aspose.Cells .Net v26.2. The saved Xlsb file was corrupted. No issue with Xlsx and Xlsm formats. See attached sample files…...New formula STOCKHISTORY caused NullReferenceExcepti when saving...March 5, 2026, 3:17am 1 New formula STOCKHISTORY caused NullReferenceExcepti...

    forum.aspose.com/t/new-formula-stockhistory-cau...
  9. Propagate Formula in Table or List Object autom...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ask AI Propagate Formula in Table or List Object automatically...Scenarios Sometimes, you want a formula in your Table or List Object...

    docs.aspose.com/cells/python-net/propagate-form...
  10. How to Remove Formula but Keep Data in Excel us...

    This short tutorial explains how to remove Formula but keep data in Excel using Node.js. It shares the IDE settings, a list of steps, and a runnable sample code to remove Formula from Excel but keep data using Node.js....Product Family How to Remove Formula but Keep Data in Excel using...the process of how to remove formula but keep data in Excel using...

    kb.aspose.com/cells/nodejs/how-to-remove-formul...