Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 241,490 for

cells

(0.09 sec)
  1. Number Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of Cells so that users can adjust the number format in the spreadsheet as needed....Cells supports this functionality...Excel: Right-click any cell. Select Format Cells . A dialog will appear...

    docs.aspose.com/cells/cpp/cells-number-settings/
  2. Reusing Style Objects|Documentation

    In Aspose.Cells for .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...to the cells in the range. Because the Cell.GetStyle/Cell.SetStyle...

    docs.aspose.com/cells/net/reusing-style-objects/
  3. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for C++ API....the Width and Height of the Cell Value in Unit of Pixels with...of the cell value to fit it inside the cell. Aspose.Cells provides...

    docs.aspose.com/cells/go-cpp/calculate-the-widt...
  4. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with shapes in Excel worksheets using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; using namespace Aspose :: Cells :: Drawing...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  5. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....Cells provides PdfSecurityOptions...Aspose.Cells. #include <iostream> #include "Aspose.Cells.h" using...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  6. Import Data into Worksheet|Documentation

    Learn how to import data into Worksheet through the Aspose.Cells for .NET API....Cells. How to Import Data into Worksheet...open an Excel file with Aspose.Cells, all data in the file is automatically...

    docs.aspose.com/cells/net/import-data-into-work...
  7. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...Cells C++] SaveAs in XLS format crashes when Excel file..."Defined Names" Aspose.Cells Product Family cells-c chabodfmoodys January...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  8. Public API Changes in Aspose.Cells 8.5.1|Docume...

    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 8.5.1 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.5.0 to 8...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API.... For example, suppose cell D4 has formula =Sum(A1:A2) and...you can find it using Aspose.Cells with LookInType.OriginalValues...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  10. 迭代行和列|Documentation

    了解如何通过Aspose.Cells for Java API迭代行和列。...Cells for Java迭代行和列 可以使用行和列集合迭代行和列。...tcols ); RowCollection rows = cells . getRows (); for ( int i =...

    docs.aspose.com/cells/zh/java/iterate-rows-and-...