Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 75,599 for

values

(0.98 sec)
  1. Add calculated field in Pivot Table|Documentation

    How to add a calculated field in a pivot table with Aspose.Cells for Node.js via C++....multiply, or divide the original values before obtaining the desired...PivotTable Field List under the Values section. Drag the calculated...

    docs.aspose.com/cells/nodejs-cpp/add-calculated...
  2. CsvDataSource Class | Aspose.Words for .NET

    Access and utilize CSV data effortlessly with Aspose.Words.Reporting.CsvDataSource. Enhance your reports with seamless data integration!...Data types of comma-separated values are determined automatically...documents, you can work with typed values rather than just strings. The...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Specify how to cross a string in output HTML us...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType.... It has the following values: HtmlCrossType.Default : Displays...specifying different HtmlCrossType values. Please download the output...

    docs.aspose.com/cells/go-cpp/specify-how-to-cro...
  4. 获取字段值|Aspose.PDF for Python via .NET

    使用 Form 类的 Aspose.PDF Facades 从 PDF 表单检索字段值。...initialize_data_dir # Get field values def get_field_values ( infile ): """Get..."""Get field values from a PDF document.""" # Create Form object...

    docs.aspose.com/pdf/zh/python-net/get-field-val...
  5. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection.... categories = categories , values = [ 2 , 3 , 4 ]) series . add... categories = categories , values = [ 5 , 2 , 3 ]) # Create an...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Number Settings|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....display formats of numeric values and dates. We know that numeric...used to represent different values including decimal, currency...

    docs.aspose.com/cells/nodejs-cpp/cells-number-s...
  7. Number Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....display formats of numeric values and dates. Numeric data can...can represent different values, including decimal, currency, percentage...

    docs.aspose.com/cells/python-net/cells-number-s...
  8. XlsxDateTimeParsingMode | Aspose.Words for Java

    Specifies how document text is parsed to identify date and time Values in Java....parsed to identify date and time values. Examples: Shows how to specify...used first to parse string values. length Methods Method Description...

    reference.aspose.com/words/java/com.aspose.word...
  9. TextFormFieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.TextFormFieldType enum, defining various text form field types for enhanced document automation and customization....enum TextFormFieldType Values Name Value Description Regular 0...valid date value. CurrentDate 3 The text form field value is the...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 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…...field values, or the presence of empty or non-numeric values in...recalculated based on the latest values. Test Simplified Formulas :...

    forum.aspose.com/t/aspose-words-formula-a1-0-b1...