Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 5,611 for

formula

(0.13 sec)
  1. FieldBuilder.add_argument method | Aspose.Words...

    aspose.words.fields.FieldBuilder.add_argument method...field builder to create a formula field used as an inner field...another field builder. inner_formula_builder = aw . fields . FieldBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...net without copying the formula? John.He July 10, 2025, 1:12am...question guys, does calculate formula calculate the pivot table as...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  3. Find or Search Data|Documentation

    Learn how to find or search cells in a worksheet that contains specified data through the Aspose.Cells for JavaScript via C++ API....Containing a Formula Developers can find a specified formula in the...Example - Find Cell Containing Formula </ title > </ head > < body...

    docs.aspose.com/cells/javascript-cpp/find-or-se...
  4. How to Format Number to Time with Golang via C+...

    This article will introduce how to format numbers to time using Aspose.Cells for C++ API....you can use the following formula to convert it to a time: For...might need a slightly adjusted formula to handle the variability in...

    docs.aspose.com/cells/go-cpp/how-to-format-numb...
  5. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js 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. Despite this, it also allows...is called for all of your formulas. Inside this method, we capture...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  6. Enable GridWeb EditBox|Documentation

    This article introduces how to work with the Formula bar or edit box in GridWeb....Edit Box (in Excel called the formula bar) is a toolbar that is rendered...enter a value or copy data/formula for the focused cell. It also...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Smartly importing and placing data with Smart m...

    Smartly importing and placing data according to template Excel files with Aspose.Cells for Python via Java library....contain visual formatting, formulas and smart markers. They can...inserted rows, use dynamic formulas . Smart markers consist of...

    docs.aspose.com/cells/python-java/using-smart-m...
  8. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...get ( "A6" ); // Assign IFNA formula to A5 and A6 cellA5 . setFormula...found")' ); // Calculate the formula of workbook workbook . calculateFormula...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  9. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...( u "A6" ); // Assign IFNA formula to A5 and A6 cellA5 . SetFormula...\" )" ); // Calculate the formula of workbook workbook . CalculateFormula...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  10. Lock cells value can't be edited but can be del...

    Hi, I have some cells containing Formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...have some cells containing formulas that I don’t want users to...Both Editing and Deleting of Formula Cells in Aspose.Cells.GridJS...

    forum.aspose.com/t/lock-cells-value-cant-be-edi...