Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,926 for

formula calculation

(0.57 sec)
  1. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C# API or .NET Library....error checks when creating formulas; a small triangle at the top...Errors that mean that the formula cannot return a result – such...

    docs.aspose.com/cells/net/use-error-checking-op...
  2. Override the system's Time Zone for Date/Time F...

    Is there a way to override the system’s default time zone setting which influences the Calculation of the built-in Date/Time functions (such as these)? We use Aspose Cells for Java and “UTC” as the default time zone for…...setting which influences the calculation of the built-in Date/Time...when a date/time function is calculated by Aspose Cells, it always...

    forum.aspose.com/t/override-the-systems-time-zo...
  3. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....allows you to add custom formula calculation functions to extend the...the Aspose.Cells core calculation engine in order to meet certain...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  4. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....Ask AI Add calculated field in Pivot Table with C++ Contents...build a calculated field and set the corresponding formula for calculation...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  5. Adjustment.value property | Aspose.Words for Py...

    Adjustment.value property. Gets or sets the raw value of the adjustment....value based formula specified. That is, no calculation takes place...parameter value that is used for calculations within the shape guides...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Linked picture (camera object) shows stale cach...

    Hi, Using Aspose Cells for Java, version 26.3. Sample code: Workbook template = new Workbook("input.xlsx"); template.getWorksheets().get("data").getCells().get("A1").putValue(2); template.calculateFormula(); template.…...based on input data and a formula. As the sample code suggests...“All good!” after the formula calculation, the rendered image in...

    forum.aspose.com/t/linked-picture-camera-object...
  7. Using AbstractCalculationEngine Feature|Documen...

    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....allows you to add custom formulacalculation functions to extend the...the Aspose.Cells core calculation engine in order to meet certain...

    docs.aspose.com/cells/cpp/using-abstractcalcula...
  8. Aspose.Cells.GridJs Basics|Documentation

    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....spreadsheets with real‑time updates, formula support, and rich data‑visualization...Spreadsheet Navigation, Formula Calculation, Data Manipulation, Charts...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  9. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....allows to add custom formula calculation functions to extend the...the Aspose.Cells' core calculation engine in order to meet certain...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  10. ISOWEEKNUM returns 53 for Dec 29–31, 2025 — sho...

    ISOWEEKNUM returns the wrong week number for dates that fall in the last days of December when ISO week 1 of the new year starts in December. In 2026, January 1 falls on a Thursday. Per ISO 8601, Week 1 is defined as th…...Formula = "=ISOWEEKNUM(46020)"; //...Dec 29, 2025 ws.Cells["A2"].Formula = "=ISOWEEKNUM(46021)"; //...

    forum.aspose.com/t/isoweeknum-returns-53-for-de...