Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 203,303 for

cells

(0.04 sec)
  1. 使用 C++ 将 Excel 转换为 PDF|Documentation

    了解如何使用 Aspose.Cells 和 C++ 将 Excel 工作簿转换为 PDF 格式。...Cells 支持将 Excel 工作簿转换为 PDF。在此示例中,我们将看到完整的将...Aspose.Cells支持将Excel文件转换为PDF,并在转换过程中保持高度的视觉保真度。 Aspose.Cells for...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-pdf/
  2. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of Cells, allowing users to customize the font style and properties of Cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells also supports configuring the...of the cells. Configuring Font Settings Aspose.Cells provides...

    docs.aspose.com/cells/cpp/cells-font-settings/
  3. Check if VBA project in a Workbook is Signed wi...

    Check if VBA project in a Workbook is Signed using Aspose.Cells with C++....Cells Workbook.VbaProject.IsSigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  4. AutoFit Rows for Rendering with C++|Documentation

    Learn how to autofit rows for rendering in Excel files using Aspose.Cells with C++....to display all the text in a cell, you can autofit row in Normal...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/autofit-rows-for-rend...
  5. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/cpp/change-character-spac...
  6. Create Access and Copy Named Ranges|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....are used refer to individual cells. It is possible to create descriptive...names to represent cells, ranges of cells, formulas, or constant...

    docs.aspose.com/cells/net/create-access-and-cop...
  7. How to Format Number to Special|Documentation

    This article will introduce how to Format Number to Specialusing Aspose.Cells for Python via .NET API.... For instance, formatting a cell to display dates ensures that...changes based on the value of the cell (e.g., turning red if a budget...

    docs.aspose.com/cells/python-net/how-to-format-...
  8. TableCollection class | Aspose.Words for Python

    aspose.words.tables.TableCollection class. Provides typed access to a collection of [Table](../table/) nodes...as_table () # Find out if any cells in the table have other tables...tables directly within its cells' ) # Find out if the table is...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TableCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.TableCollection class. Provides typed access to a collection of [Table](../../aspose.words/table/) nodes...asTable (); // Find out if any cells in the table have other tables...tables directly within its cells" , i , count ); // Find out...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....Cells provides AbstractCalculationE...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/cpp/returning-a-range-of-...