Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 244,027 for

cells

(0.28 sec)
  1. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....Cells' flexible API. This topic describes...Microsoft Excel files. Aspose.Cells provides a class, Workbook ...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...
  2. AI Plugin Integration|Documentation

    Integrate Aspose.Cells for Python via .NET to AI tools....Cells for Python via .NET through...AI applications. 2. Aspose.Cells for Python via .NET Plugin Integration...

    docs.aspose.com/cells/python-net/ai-plugin-inte...
  3. Aspose.Words.Tables | Aspose.Words for .NET

    Discover the Aspose.Words.Tables namespace, featuring powerful classes for managing table rows, Cells, and their formatting to enhance your document creation....that represent tables, rows, cells and their formatting. Classes...Class Description Cell Represents a table cell. CellCollection...

    reference.aspose.com/words/net/aspose.words.tab...
  4. How to Make a Copy of an Excel Sheet in C++

    This short tutorial will provide information on how to make a copy of an Excel sheet in C++. You will learn to configure the environment, steps and code to perform Excel sheet copy in C++....Cells Product Family Aspose.Email...Excel Sheet in C++ Add Aspose.Cells.Cpp package from NuGet package...

    kb.aspose.com/cells/cpp/how-to-make-a-copy-of-a...
  5. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。...Cells会将整个单词或句子的字体更改为可以显示该字符的字体,如Arial...个单词或句子的字体。 为了解决这个问题,Aspose.Cells提供了 PdfSaveOptions.isFontSubstitutionCh...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  6. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt Excel files and protect and unprotect the data in Excel files using C++ code....Cells for C++ offers a wide range...worksheet, you can lock the cells on your Excel worksheet and...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  7. BorderType Enum | Aspose.Words for .NET

    Discover Aspose.Words.BorderType enum for customizable border options. Enhance your documents with precise border control and style!...border of a paragraph or a table cell. Left 1 Specifies the left border...border of a paragraph or a table cell. Right 2 Specifies the right...

    reference.aspose.com/words/net/aspose.words/bor...
  8. Change Table Style in Word Documents|Aspose.Wor...

    Advanced table formatting C++. Create a table style using C++. Apply table style C++....expands it onto the rows and cells of the table as direct formatting...formatting with table style and cell style. This method will not...

    docs.aspose.com/words/cpp/working-with-tablestyle/
  9. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no Cells, creates and appends one Cell in C++....the Row has no cells, creates and appends one Cell . void Aspose...>> ( row ); // Rows contain cells, containing paragraphs with...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Compact Number Formatting Missing for Negative ...

    When using compact number formatting (K, M, B) on chart axes, positive axis intervals are formatted correctly (e.g., 1.2K, 3.4M, 2.1B), but negative axis intervals display unformatted values (e.g., -1200, -3400000) inste…...get(0); Cells cells = worksheet.getCells(); //...headers cells.get("A1").setValue("Category"); cells.get("B1")...

    forum.aspose.com/t/compact-number-formatting-mi...