Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 27,956 for

numbers

(0.27 sec)
  1. Update CSV File using .NET | products.aspose.com

    Modify CSV documents in C# VB.NET applications without using Microsoft Excel....as Microsoft Excel or Apple Numbers. When opened in a text editor...spreadsheet programs like Excel or Numbers and saved in a CSV format....

    products.aspose.com/total/net/update/csv/
  2. Supported File Formats|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.... Numbers The document is created by Apple’s Numbers application...

    docs.aspose.com/cells/net/supported-file-formats/
  3. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separators in Excel using Aspose.Cells for Node.js via C++....Ask AI Specify Custom Number Decimal and Group Separators for...separators for formatting/parsing numbers. Specifying Custom Separators...

    docs.aspose.com/cells/nodejs-cpp/specify-custom...
  4. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....Saving Slides Keeping Page Numbers The following methods have...array allows to specify page numbers, starting from 1. save ( string...

    docs.aspose.com/slides/java/public-api-and-back...
  5. FieldRef.insert_relative_position property | As...

    FieldRef.insert_relative_position property. Gets or sets whether to insert the relative position of the referenced paragraph.... apply_number_default () builder . list_format...list_format . list_level . number_format = '> \x00 ' # Insert a REF...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Data Validation in Excel Made Easy with Python

    Learn how to implement data validation in Excel using Python. Discover how to add dropdown lists and more with Aspose.Cells for Python....validation in Python Add a whole number validation in Excel using Python...You can: Allow only whole numbers or decimals. Limit input to...

    blog.aspose.com/cells/data-validation-in-excel-...
  7. Manipulate PDF Documents in Python|Aspose.PDF f...

    Learn how to validate, structure, and modify PDF documents in Python, including TOC management and PDF/A checks....save ( output_pdf ) Hide Page Numbers in TOC In case if you do not...not want to display page numbers, along with the headings in TOC...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  8. Create a Funnel Chart in Excel using Java

    Follow this article to create a Funnel chart in Excel using Java. It has details to set the IDE, a list of steps, and a sample code to generate a Funnel chart using Java.... To transform a Numbers file to PDF, refer to the article...article Convert Numbers File to PDF in Java . Updated on 14 Jan...

    kb.aspose.com/cells/java/create-a-funnel-chart-...
  9. Deleting Messages from Server|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....takes the message sequence number or unique ID as a parameter...DeleteMessages method provides a number of options to delete multiple...

    docs.aspose.com/email/python-net/deleting-messa...
  10. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit Numbers in the document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing documents....match dynamic content such as numbers, dates, or formatted strings...replace_text ( r "\d {4} " , "[NUMBER]" ) # Save updated document...

    docs.aspose.com/pdf/python-net/replace-text-regex/