Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 244,730 for

cells

(0.27 sec)
  1. Managing Pictures|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....Cells allows developers to add pictures...shows the content of certain cells. Adding Pictures Adding pictures...

    docs.aspose.com/cells/java/managing-pictures/
  2. Freeze First Column(s) of Excel Worksheet with ...

    In this article, you will learn how to freeze left columns of Excel Worksheets programmatically using C++ Library with Aspose.Cells API....Cells for C++ It’s simple to freeze...first column(s) with Aspose.Cells for C++. Please use the Worksheet...

    docs.aspose.com/cells/cpp/how-to-freeze-columns...
  3. ConditionalStyle.LeftPadding | Aspose.Words for...

    Discover the ConditionalStyle LeftPadding property to easily adjust left spacing in table Cells. Enhance your layouts with precise control!...left of the contents of table cells. public double LeftPadding {...InsertCell (); builder . Write ( "Cell 1" ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words/con...
  4. ConditionalStyle.TopPadding | Aspose.Words for ...

    Discover the ConditionalStyle TopPadding property to easily adjust space above table cell contents, enhancing layout and readability for better design....above the contents of table cells. public double TopPadding {...InsertCell (); builder . Write ( "Cell 1" ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words/con...
  5. Disable Pivot Table Ribbons with C++|Documentation

    Learn how to disable pivot table ribbons in Excel files using Aspose.Cells for C++....Cells provides this ability to developers...same is provided by Aspose.Cells. Developers can disable the...

    docs.aspose.com/cells/cpp/disable-pivot-table-r...
  6. While Converting Excel to PDF, The numeric valu...

    I set the cell format in MS Excel as follows: [<>0]#,###.00; Then, I entered -1.2 in this cell. In Excel, it shows as -1.20, but after converting to PDF, it shows as 1.20 in PDF . Please give me some advice....Cells Product Family cells-net Dyb143 February...24, 2026, 5:36am 1 I set the cell format in MS Excel as follows:...

    forum.aspose.com/t/while-converting-excel-to-pd...
  7. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....Cells API. Applying Encryption with...Applying Encryption with Aspose.Cells The code examples below apply...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  8. Save Each Worksheet to a Different PDF File wit...

    Learn how to save each worksheet in an Excel file to a separate PDF file using Aspose.Cells for C++....Cells supports converting XLS files...) to PDF documents. Aspose.Cells for C++ can work independently...

    docs.aspose.com/cells/cpp/save-each-worksheet-t...
  9. Table recognition|Documentation

    Extracting and recognizing table Cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....)) for cell in row . cells : print ( "cell:" + str ( cell . column_index...column_index ) + ": " + cell . text ) Recognition settings Formula...

    docs.aspose.com/ocr/python-net/table-recognition/
  10. How to Add Filter in XLSX File using C++

    In this tutorial, we will learn how to add filter in XLSX file using C++. You can insert filter in Excel worksheet on MS Windows or Linux programmatically in C++....Cells Product Family Aspose.Email...using C++ Install the Aspose.Cells.Cpp package with NuGet package...

    kb.aspose.com/cells/cpp/how-to-add-filter-in-xl...