Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,495 for

formula

(0.12 sec)
  1. Filter Defined Names while loading Workbook|Doc...

    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....you remove defined names, formulas inside the workbook may break...sample Excel file which has a formula in cell C1 containing the defined...

    docs.aspose.com/cells/net/filter-defined-names-...
  2. Filter Defined Names while loading Workbook|Doc...

    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....remove defined names, then formulas inside the workbook may break...sample Excel file which has a formula in cell C1 containing the defined...

    docs.aspose.com/cells/java/filter-defined-names...
  3. 在 C++ 中设置公式的外部链接|Documentation

    学习如何使用 Aspose.Cells 将外部文件链接包含在公式中,使用 C++。... GetCells (); // Set formula with external links cells ...xlsx]Sheet1'!A4)" ); // Set formula with external links cells ...

    docs.aspose.com/cells/zh/cpp/set-external-links...
  4. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...write(" 页"); // Insert formula field Field formulaField =...insertField(FieldType.FIELD_FORMULA, false); // Move DocumentBuilder...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  5. FieldFormula Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFormula class to effortlessly implement and manage Formula fields in your documents for enhanced functionality....FieldFormula class Implements the = (formula) field. To learn more, visit...Examples Shows how to use the formula field to display the result...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using JavaScript via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....calculateFormula() method to perform the formula calculation via Aspose.Cells...)); // Perform Aspose.Cells formula calculation workbook . calculateFormula...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  7. Set External Links in Formulas with C++|Documen...

    Learn how to include links to external files in Formulas using Aspose.Cells with C++....Ask AI Set External Links in Formulas with C++ Contents [ Hide ]...links to external files in formulas, for example, to evaluate...

    docs.aspose.com/cells/cpp/set-external-links-in...
  8. Aspose::Words::Fields::FieldArgumentBuilder::Fi...

    Aspose::Words::Fields::FieldArgumentBuilder::FieldArgumentBuilder constructor. Initializes an instance of the FieldArgumentBuilder class in C++....field builder to create a formula field used as an inner field...SYMBOL field, and insert the formula field // that we have created...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldBuilder::AddSwitch ...

    Aspose::Words::Fields::FieldBuilder::AddSwitch method. Adds a field's switch in C++....field builder to create a formula field used as an inner field...SYMBOL field, and insert the formula field // that we have created...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....all of the Microsoft Excel formulas. Nevertheless, it also allows...is called for all of your formulas. Inside this method, we intercept...

    docs.aspose.com/cells/javascript-cpp/implement-...