Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 5,619 for

formula

(0.18 sec)
  1. Render One PDF Page Per Excel Worksheet - Excel...

    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....your spreadsheet contains formulas, it is best to call the Workbook...PDF. This ensures that the formula dependent values are recalculated...

    docs.aspose.com/cells/java/render-one-pdf-page-...
  2. Create, Manipulate or Remove Scenarios from Wor...

    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....linked together by one or more formulas. Before creating a scenario...that it contains at least one formula that depends on cells into...

    docs.aspose.com/cells/java/create-manipulate-or...
  3. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: true). We are using version 25.9 of Aspose.Cells When using an xlsb workbook format with a LET function and call…... Examine the formulas in your workbooks for any...specific details about your formulas and the structure of your...

    forum.aspose.com/t/let-function-name-error/319910
  4. 在xlsx4j中的公式计算引擎|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....setValue ( 3 ); //Adding a SUM formula to "A4" cell cell = cells ...//Calculating the results of formulas book . calculateFormula ();...

    docs.aspose.com/cells/zh/java/formula-calculati...
  5. Detecting Empty Worksheets with JavaScript via ...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the JavaScript API with the C++ library....numeric, date/time) or a formula, or a formula‑based value. In such...

    docs.aspose.com/cells/javascript-cpp/detecting-...
  6. Use Named Ranges|Documentation

    This article introduces the named ranges in GridDesktop....represent cells, ranges of cells, formulas, or constant values. The word...represents a cell, range of cells, formula, or constant value. For example...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. PdfImageColorSpaceExportMode enumeration | Aspo...

    aspose.words.saving.PdfImageColorSpaceExportMode enumeration. Specifies how the color space will be selected for the images in PDF document....CMYK color space using simple formula. Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 将工作表转换为CSV|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....xssfDataType { BOOL , ERROR , FORMULA , INLINESTR , SSTINDEX , NUMBER...nextDataType = xssfDataType . FORMULA ; else if ( cellStyleStr !=...

    docs.aspose.com/cells/zh/java/convert-worksheet...
  9. Convert Worksheet to CSV|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....xssfDataType { BOOL , ERROR , FORMULA , INLINESTR , SSTINDEX , NUMBER...nextDataType = xssfDataType . FORMULA ; else if ( cellStyleStr !=...

    docs.aspose.com/cells/java/convert-worksheet-to...
  10. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the custom function and get the result. Finally, we save the modified Excel file to disk....CalculateFormula(string formula, CalculationOptions opts) method...

    docs.aspose.com/cells/net/direct-calculation-of...